Html Css Color HEX #602E06 Baker's Chocolate

📋 copy color: '#602E06'

red 96 ◦ green 46 ◦ blue 6

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

Shades of Baker's Chocolate #602E06

Tints of Baker's Chocolate #602E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.05%

R = 64.86%
G = 31.08%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#602E06 (or 0x602E06) is known color: Baker's Chocolate. HEX triplet: 60, 2E and 06. RGB value is (96,46,6). Sum of RGB (Red+Green+Blue) = 96+46+6=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #602E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602E06 is #9FD1F9. Grayscale: #383838. Windows color (decimal): -10473978 or 405088. OLE color: 405088.

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

Color convert

RGB 96 46 6 -
CMYK 0 0.52 0.94 0.62
HSL 26.67º 0.88% 0.2% -
HSV(B) 26.67º 0.94% 0.38% -
XYZ 5.83 4.45 0.72 -
YUV 56.39 99.57 156.25 -
System Red Green Blue C M Y K H S L
Decimal 96 46 6 0 0.52 0.94 0.62 26.67 0.88 0.2
Hex 60 2E 6 0 34 5E 3E 1B 58 14
Octal 140 56 6 0 64 136 76 33 130 24
Binary 1100000 101110 110 0 110100 1011110 111110 11011 1011000 10100

Color Harmonies of #602E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602E06

Black with #602E06

Text Example


Text Example

White with #602E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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