Html Css Color HEX #663111 Baker's Chocolate

📋 copy color: '#663111'

red 102 ◦ green 49 ◦ blue 17

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

Shades of Baker's Chocolate #663111

Tints of Baker's Chocolate #663111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.17%

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

R = 60.71%
G = 29.17%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.6

RGB Variations

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

Color information

#663111 (or 0x663111) is known color: Baker's Chocolate. HEX triplet: 66, 31 and 11. RGB value is (102,49,17). Sum of RGB (Red+Green+Blue) = 102+49+17=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #663111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663111 is #99CEEE. Grayscale: #3D3D3D. Windows color (decimal): -10079983 or 1126758. OLE color: 1126758.

HSL color Cylindrical-coordinate representation of color #663111: hue angle of 22.59º 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 #663111 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 49 17 -
CMYK 0 0.52 0.83 0.6
HSL 22.59º 0.71% 0.23% -
HSV(B) 22.59º 0.83% 0.4% -
XYZ 6.68 5.06 1.16 -
YUV 61.2 103.06 157.1 -
System Red Green Blue C M Y K H S L
Decimal 102 49 17 0 0.52 0.83 0.6 22.59 0.71 0.23
Hex 66 31 11 0 34 53 3C 17 47 17
Octal 146 61 21 0 64 123 74 27 107 27
Binary 1100110 110001 10001 0 110100 1010011 111100 10111 1000111 10111

Color Harmonies of #663111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663111

Black with #663111

Text Example


Text Example

White with #663111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663111; }

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

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

background-color css

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

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

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

border-color css

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

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

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