#613918

Color #613918 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #613918

Tints of Baker's Chocolate #613918

Color information

#613918 (or 0x613918) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 39 and 18. RGB value is (97,57,24). Sum of RGB (Red+Green+Blue) = 97+57+24=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #613918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613918 is #9EC6E7. Grayscale: #414141. Windows color (decimal): -10405608 or 1587553. OLE color: 1587553.

HSL color Cylindrical-coordinate representation of color #613918: hue angle of 27.12º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #613918 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB975724-
CMYK00.410.750.62
HSL27.12º60.33%23.73%-
HSV(B)27.12º75.26%38.04%-
XYZ6.565.531.59-
YUV65.2104.75150.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 54.49%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 24 (9.77% from 255) = 13.48%
R=54.49%
G=32.02%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97572400.410.750.6227.1260.3323.73
Hex6139180294B3E1b3c18
Octal141713005111376337430
Binary110000111100111000010100110010111111101101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613918; }

 p { color: rgb(97,57,24); }

 H1.HeaderClassName
 {
   color: #613918;
 }
 .AnyTagClassName
 {
   color: #613918;
 }
</style>
background-color css

<style>
 a { background-color: #613918; }

 a { background-color: rgb(97,57,24); }

 div.DivClassName
 {
   background-color: #613918;
 }
 .BgClassName
 {
   background-color: #613918;
 }
</style>
border-color css

<style>
 span { border-color: #613918; }

 span { border-color: rgb(97,57,24); }

 td.TdClassName
 {
   border-color: #613918;
 }
 .TagClassName
 {
   border-color: #613918;
 }
</style>