Html Css Color HEX #602600 Baker's Chocolate

📋 copy color: '#602600'

red 96 ◦ green 38 ◦ blue 0

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

Shades of Baker's Chocolate #602600

Tints of Baker's Chocolate #602600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.64%
G = 28.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#602600 (or 0x602600) is known color: Baker's Chocolate. HEX triplet: 60, 26 and 00. RGB value is (96,38,0). Sum of RGB (Red+Green+Blue) = 96+38+0=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #602600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602600 is #9FD9FF. Grayscale: #333333. Windows color (decimal): -10476032 or 9824. OLE color: 9824.

HSL color Cylindrical-coordinate representation of color #602600: hue angle of 23.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #602600 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 38 0 -
CMYK 0 0.60 1 0.62
HSL 23.75º 1% 0.19% -
HSV(B) 23.75º 1% 0.38% -
XYZ 5.52 3.87 0.46 -
YUV 51.01 99.22 160.09 -
System Red Green Blue C M Y K H S L
Decimal 96 38 0 0 0.60 1 0.62 23.75 1 0.19
Hex 60 26 0 0 3C 64 3E 18 64 13
Octal 140 46 0 0 74 144 76 30 144 23
Binary 1100000 100110 0 0 111100 1100100 111110 11000 1100100 10011

Color Harmonies of #602600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602600

Black with #602600

Text Example


Text Example

White with #602600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602600; }

 p { color: rgb(96,38,0); }

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

background-color css

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

 a { background-color: rgb(96,38,0); }

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

border-color css

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

 span { border-color: rgb(96,38,0); }

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