#602E18

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

Shades of Baker's Chocolate #602E18

Tints of Baker's Chocolate #602E18

Color information

#602E18 (or 0x602E18) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2E and 18. RGB value is (96,46,24). Sum of RGB (Red+Green+Blue) = 96+46+24=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #602E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602E18 is #9FD1E7. Grayscale: #3A3A3A. Windows color (decimal): -10473960 or 1584736. OLE color: 1584736.

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

Color convert

RGB964624-
CMYK00.520.750.62
HSL18.33º60%23.53%-
HSV(B)18.33º75%37.65%-
XYZ5.974.511.42-
YUV58.44108.56154.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 46 (18.36% from 255) = 27.71%
BLUE value IS 24 (9.77% from 255) = 14.46%
R=57.83%
G=27.71%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96462400.520.750.6218.336023.53
Hex602E180344B3E123c18
Octal140563006411376227430
Binary110000010111011000011010010010111111101001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602E18; }

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

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

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

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

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

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

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

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