#603918

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

Shades of Baker's Chocolate #603918

Tints of Baker's Chocolate #603918

Color information

#603918 (or 0x603918) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 39 and 18. RGB value is (96,57,24). Sum of RGB (Red+Green+Blue) = 96+57+24=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #603918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603918 is #9FC6E7. Grayscale: #414141. Windows color (decimal): -10471144 or 1587552. OLE color: 1587552.

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

Color convert

RGB965724-
CMYK00.410.750.62
HSL27.5º60%23.53%-
HSV(B)27.5º75%37.65%-
XYZ6.455.481.58-
YUV64.9104.92150.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.24%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 24 (9.77% from 255) = 13.56%
R=54.24%
G=32.20%
B=13.56%

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
Decimal96572400.410.750.6227.56023.53
Hex6039180294B3E1c3c18
Octal140713005111376347430
Binary110000011100111000010100110010111111101110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603918; }

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

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

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

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

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

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

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

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