Html Css Color HEX #602E0C Baker's Chocolate

📋 copy color: '#602E0C'

red 96 ◦ green 46 ◦ blue 12

#602E0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #602E0C

Tints of Baker's Chocolate #602E0C

RGB

 RED value IS 96 (37.89% from 255) = 62.34%

 GREEN value IS 46 (18.36% from 255) = 29.87%

 BLUE value IS 12 (5.08% from 255) = 7.79%

R = 62.34%
G = 29.87%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#602E0C (or 0x602E0C) is known color: Baker's Chocolate. HEX triplet: 60, 2E and 0C. RGB value is (96,46,12). Sum of RGB (Red+Green+Blue) = 96+46+12=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #602E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602E0C is #9FD1F3. Grayscale: #393939. Windows color (decimal): -10473972 or 798304. OLE color: 798304.

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

Color convert

RGB 96 46 12 -
CMYK 0 0.52 0.88 0.62
HSL 24.29º 0.78% 0.21% -
HSV(B) 24.29º 0.88% 0.38% -
XYZ 5.87 4.47 0.9 -
YUV 57.07 102.57 155.76 -
System Red Green Blue C M Y K H S L
Decimal 96 46 12 0 0.52 0.88 0.62 24.29 0.78 0.21
Hex 60 2E C 0 34 58 3E 18 4E 15
Octal 140 56 14 0 64 130 76 30 116 25
Binary 1100000 101110 1100 0 110100 1011000 111110 11000 1001110 10101

Color Harmonies of #602E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602E0C

Black with #602E0C

Text Example


Text Example

White with #602E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #602E0C;
 }
 .AnyTagClassName
 {
   color: #602E0C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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