Html Css Color HEX #663216 Baker's Chocolate

📋 copy color: '#663216'

red 102 ◦ green 50 ◦ blue 22

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

Shades of Baker's Chocolate #663216

Tints of Baker's Chocolate #663216

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.74%

 BLUE value IS 22 (8.98% from 255) = 12.64%

R = 58.62%
G = 28.74%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#663216 (or 0x663216) is known color: Baker's Chocolate. HEX triplet: 66, 32 and 16. RGB value is (102,50,22). Sum of RGB (Red+Green+Blue) = 102+50+22=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #663216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663216 is #99CDE9. Grayscale: #3E3E3E. Windows color (decimal): -10079722 or 1454694. OLE color: 1454694.

HSL color Cylindrical-coordinate representation of color #663216: hue angle of 21º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #663216 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 50 22 -
CMYK 0 0.51 0.78 0.6
HSL 21º 0.65% 0.24% -
HSV(B) 21º 0.78% 0.4% -
XYZ 6.76 5.16 1.4 -
YUV 62.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 102 50 22 0 0.51 0.78 0.6 21 0.65 0.24
Hex 66 32 16 0 33 4E 3C 15 41 18
Octal 146 62 26 0 63 116 74 25 101 30
Binary 1100110 110010 10110 0 110011 1001110 111100 10101 1000001 11000

Color Harmonies of #663216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663216

Black with #663216

Text Example


Text Example

White with #663216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663216; }

 p { color: rgb(102,50,22); }

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

background-color css

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

 a { background-color: rgb(102,50,22); }

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

border-color css

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

 span { border-color: rgb(102,50,22); }

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