#613A18

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

Shades of Baker's Chocolate #613A18

Tints of Baker's Chocolate #613A18

Color information

#613A18 (or 0x613A18) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 3A and 18. RGB value is (97,58,24). Sum of RGB (Red+Green+Blue) = 97+58+24=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #613A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613A18 is #9EC5E7. Grayscale: #414141. Windows color (decimal): -10405352 or 1587809. OLE color: 1587809.

HSL color Cylindrical-coordinate representation of color #613A18: hue angle of 27.95º 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 #613A18 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB975824-
CMYK00.400.750.62
HSL27.95º60.33%23.73%-
HSV(B)27.95º75.26%38.04%-
XYZ6.615.631.6-
YUV65.78104.42150.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.19%
GREEN value IS 58 (23.05% from 255) = 32.40%
BLUE value IS 24 (9.77% from 255) = 13.41%
R=54.19%
G=32.40%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97582400.400.750.6227.9560.3323.73
Hex613A180284B3E1c3c18
Octal141723005011376347430
Binary110000111101011000010100010010111111101110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613A18; }

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

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

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

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

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

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

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

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