#602E0E

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

Shades of Baker's Chocolate #602E0E

Tints of Baker's Chocolate #602E0E

Color information

#602E0E (or 0x602E0E) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2E and 0E. RGB value is (96,46,14). Sum of RGB (Red+Green+Blue) = 96+46+14=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #602E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602E0E is #9FD1F1. Grayscale: #393939. Windows color (decimal): -10473970 or 929376. OLE color: 929376.

HSL color Cylindrical-coordinate representation of color #602E0E: hue angle of 23.41º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #602E0E is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB964614-
CMYK00.520.850.62
HSL23.41º74.55%21.57%-
HSV(B)23.41º85.42%37.65%-
XYZ5.884.470.97-
YUV57.3103.56155.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.54%
GREEN value IS 46 (18.36% from 255) = 29.49%
BLUE value IS 14 (5.86% from 255) = 8.97%
R=61.54%
G=29.49%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96461400.520.850.6223.4174.5521.57
Hex602EE034553E174b16
Octal1405616064125762711326
Binary110000010111011100110100101010111111010111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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