Html Css Color HEX #602D07 Baker's Chocolate

📋 copy color: '#602D07'

red 96 ◦ green 45 ◦ blue 7

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

Shades of Baker's Chocolate #602D07

Tints of Baker's Chocolate #602D07

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30.41%

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

R = 64.86%
G = 30.41%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#602D07 (or 0x602D07) is known color: Baker's Chocolate. HEX triplet: 60, 2D and 07. RGB value is (96,45,7). Sum of RGB (Red+Green+Blue) = 96+45+7=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #602D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602D07 is #9FD2F8. Grayscale: #383838. Windows color (decimal): -10474233 or 470368. OLE color: 470368.

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

Color convert

RGB 96 45 7 -
CMYK 0 0.53 0.93 0.62
HSL 25.62º 0.86% 0.2% -
HSV(B) 25.62º 0.93% 0.38% -
XYZ 5.8 4.38 0.74 -
YUV 55.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 96 45 7 0 0.53 0.93 0.62 25.62 0.86 0.2
Hex 60 2D 7 0 35 5D 3E 1A 56 14
Octal 140 55 7 0 65 135 76 32 126 24
Binary 1100000 101101 111 0 110101 1011101 111110 11010 1010110 10100

Color Harmonies of #602D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D07

Black with #602D07

Text Example


Text Example

White with #602D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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