Html Css Color HEX #602B0D Baker's Chocolate

📋 copy color: '#602B0D'

red 96 ◦ green 43 ◦ blue 13

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

Shades of Baker's Chocolate #602B0D

Tints of Baker's Chocolate #602B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.55%

R = 63.16%
G = 28.29%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#602B0D (or 0x602B0D) is known color: Baker's Chocolate. HEX triplet: 60, 2B and 0D. RGB value is (96,43,13). Sum of RGB (Red+Green+Blue) = 96+43+13=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #602B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602B0D is #9FD4F2. Grayscale: #373737. Windows color (decimal): -10474739 or 863072. OLE color: 863072.

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

Color convert

RGB 96 43 13 -
CMYK 0 0.55 0.86 0.62
HSL 21.69º 0.76% 0.21% -
HSV(B) 21.69º 0.86% 0.38% -
XYZ 5.76 4.24 0.9 -
YUV 55.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 96 43 13 0 0.55 0.86 0.62 21.69 0.76 0.21
Hex 60 2B D 0 37 56 3E 16 4C 15
Octal 140 53 15 0 67 126 76 26 114 25
Binary 1100000 101011 1101 0 110111 1010110 111110 10110 1001100 10101

Color Harmonies of #602B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B0D

Black with #602B0D

Text Example


Text Example

White with #602B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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