#602B07

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

Shades of Baker's Chocolate #602B07

Tints of Baker's Chocolate #602B07

Color information

#602B07 (or 0x602B07) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2B and 07. RGB value is (96,43,7). Sum of RGB (Red+Green+Blue) = 96+43+7=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #602B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602B07 is #9FD4F8. Grayscale: #363636. Windows color (decimal): -10474745 or 469856. OLE color: 469856.

HSL color Cylindrical-coordinate representation of color #602B07: hue angle of 24.27º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #602B07 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB96437-
CMYK00.550.930.62
HSL24.27º86.41%20.2%-
HSV(B)24.27º92.71%37.65%-
XYZ5.734.230.72-
YUV54.74101.06157.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.75%
GREEN value IS 43 (17.19% from 255) = 29.45%
BLUE value IS 7 (3.12% from 255) = 4.79%
R=65.75%
G=29.45%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9643700.550.930.6224.2786.4120.2
Hex602B70375D3E185614
Octal140537067135763012624
Binary11000001010111110110111101110111111011000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,43,7); }

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

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

 a { background-color: rgb(96,43,7); }

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

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

 span { border-color: rgb(96,43,7); }

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