Html Css Color HEX #602B10 Baker's Chocolate

📋 copy color: '#602B10'

red 96 ◦ green 43 ◦ blue 16

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

Shades of Baker's Chocolate #602B10

Tints of Baker's Chocolate #602B10

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.74%

 BLUE value IS 16 (6.64% from 255) = 10.32%

R = 61.94%
G = 27.74%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#602B10 (or 0x602B10) is known color: Baker's Chocolate. HEX triplet: 60, 2B and 10. RGB value is (96,43,16). Sum of RGB (Red+Green+Blue) = 96+43+16=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #602B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602B10 is #9FD4EF. Grayscale: #373737. Windows color (decimal): -10474736 or 1059680. OLE color: 1059680.

HSL color Cylindrical-coordinate representation of color #602B10: hue angle of 20.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #602B10 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 43 16 -
CMYK 0 0.55 0.83 0.62
HSL 20.25º 0.71% 0.22% -
HSV(B) 20.25º 0.83% 0.38% -
XYZ 5.78 4.25 1.01 -
YUV 55.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 96 43 16 0 0.55 0.83 0.62 20.25 0.71 0.22
Hex 60 2B 10 0 37 53 3E 14 47 16
Octal 140 53 20 0 67 123 76 24 107 26
Binary 1100000 101011 10000 0 110111 1010011 111110 10100 1000111 10110

Color Harmonies of #602B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B10

Black with #602B10

Text Example


Text Example

White with #602B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,43,16); }

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

background-color css

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

 a { background-color: rgb(96,43,16); }

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

border-color css

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

 span { border-color: rgb(96,43,16); }

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