#603718

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

Shades of Baker's Chocolate #603718

Tints of Baker's Chocolate #603718

Color information

#603718 (or 0x603718) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 37 and 18. RGB value is (96,55,24). Sum of RGB (Red+Green+Blue) = 96+55+24=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #603718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603718 is #9FC8E7. Grayscale: #3F3F3F. Windows color (decimal): -10471656 or 1587040. OLE color: 1587040.

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

Color convert

RGB965524-
CMYK00.430.750.62
HSL25.83º60%23.53%-
HSV(B)25.83º75%37.65%-
XYZ6.355.291.55-
YUV63.72105.58151.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.86%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 24 (9.77% from 255) = 13.71%
R=54.86%
G=31.43%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96552400.430.750.6225.836023.53
Hex60371802B4B3E1a3c18
Octal140673005311376327430
Binary110000011011111000010101110010111111101101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603718; }

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

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

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

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

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

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

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

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