Html Css Color HEX #602007 Baker's Chocolate

📋 copy color: '#602007'

red 96 ◦ green 32 ◦ blue 7

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

Shades of Baker's Chocolate #602007

Tints of Baker's Chocolate #602007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.7%

 BLUE value IS 7 (3.13% from 255) = 5.19%

R = 71.11%
G = 23.7%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#602007 (or 0x602007) is known color: Baker's Chocolate. HEX triplet: 60, 20 and 07. RGB value is (96,32,7). Sum of RGB (Red+Green+Blue) = 96+32+7=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #602007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602007 is #9FDFF8. Grayscale: #303030. Windows color (decimal): -10477561 or 467040. OLE color: 467040.

HSL color Cylindrical-coordinate representation of color #602007: hue angle of 16.85º 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 #602007 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 32 7 -
CMYK 0 0.67 0.93 0.62
HSL 16.85º 0.86% 0.2% -
HSV(B) 16.85º 0.93% 0.38% -
XYZ 5.38 3.54 0.6 -
YUV 48.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 96 32 7 0 0.67 0.93 0.62 16.85 0.86 0.2
Hex 60 20 7 0 43 5D 3E 11 56 14
Octal 140 40 7 0 103 135 76 21 126 24
Binary 1100000 100000 111 0 1000011 1011101 111110 10001 1010110 10100

Color Harmonies of #602007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602007

Black with #602007

Text Example


Text Example

White with #602007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602007; }

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

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

background-color css

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

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

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

border-color css

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

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

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