Html Css Color HEX #603011 Baker's Chocolate

📋 copy color: '#603011'

red 96 ◦ green 48 ◦ blue 17

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

Shades of Baker's Chocolate #603011

Tints of Baker's Chocolate #603011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.81%

 BLUE value IS 17 (7.03% from 255) = 10.56%

R = 59.63%
G = 29.81%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#603011 (or 0x603011) is known color: Baker's Chocolate. HEX triplet: 60, 30 and 11. RGB value is (96,48,17). Sum of RGB (Red+Green+Blue) = 96+48+17=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #603011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603011 is #9FCFEE. Grayscale: #3A3A3A. Windows color (decimal): -10473455 or 1126496. OLE color: 1126496.

HSL color Cylindrical-coordinate representation of color #603011: hue angle of 23.54º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #603011 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 48 17 -
CMYK 0 0.50 0.82 0.62
HSL 23.54º 0.7% 0.22% -
HSV(B) 23.54º 0.82% 0.38% -
XYZ 5.98 4.64 1.11 -
YUV 58.82 104.4 154.52 -
System Red Green Blue C M Y K H S L
Decimal 96 48 17 0 0.50 0.82 0.62 23.54 0.7 0.22
Hex 60 30 11 0 32 52 3E 18 46 16
Octal 140 60 21 0 62 122 76 30 106 26
Binary 1100000 110000 10001 0 110010 1010010 111110 11000 1000110 10110

Color Harmonies of #603011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603011

Black with #603011

Text Example


Text Example

White with #603011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603011; }

 p { color: rgb(96,48,17); }

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

background-color css

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

 a { background-color: rgb(96,48,17); }

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

border-color css

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

 span { border-color: rgb(96,48,17); }

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