Html Css Color HEX #663011 Baker's Chocolate

📋 copy color: '#663011'

red 102 ◦ green 48 ◦ blue 17

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

Shades of Baker's Chocolate #663011

Tints of Baker's Chocolate #663011

RGB

 RED value IS 102 (40.23% from 255) = 61.08%

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

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

R = 61.08%
G = 28.74%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.6

RGB Variations

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

Color information

#663011 (or 0x663011) is known color: Baker's Chocolate. HEX triplet: 66, 30 and 11. RGB value is (102,48,17). Sum of RGB (Red+Green+Blue) = 102+48+17=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #663011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663011 is #99CFEE. Grayscale: #3C3C3C. Windows color (decimal): -10080239 or 1126502. OLE color: 1126502.

HSL color Cylindrical-coordinate representation of color #663011: hue angle of 21.88º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #663011 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 48 17 -
CMYK 0 0.53 0.83 0.6
HSL 21.88º 0.71% 0.23% -
HSV(B) 21.88º 0.83% 0.4% -
XYZ 6.64 4.98 1.14 -
YUV 60.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 102 48 17 0 0.53 0.83 0.6 21.88 0.71 0.23
Hex 66 30 11 0 35 53 3C 16 47 17
Octal 146 60 21 0 65 123 74 26 107 27
Binary 1100110 110000 10001 0 110101 1010011 111100 10110 1000111 10111

Color Harmonies of #663011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663011

Black with #663011

Text Example


Text Example

White with #663011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663011; }

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

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

background-color css

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

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

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

border-color css

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

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

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