Html Css Color HEX #663219 Baker's Chocolate

📋 copy color: '#663219'

red 102 ◦ green 50 ◦ blue 25

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

Shades of Baker's Chocolate #663219

Tints of Baker's Chocolate #663219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.12%

R = 57.63%
G = 28.25%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#663219 (or 0x663219) is known color: Baker's Chocolate. HEX triplet: 66, 32 and 19. RGB value is (102,50,25). Sum of RGB (Red+Green+Blue) = 102+50+25=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #663219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663219 is #99CDE6. Grayscale: #3E3E3E. Windows color (decimal): -10079719 or 1651302. OLE color: 1651302.

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

Color convert

RGB 102 50 25 -
CMYK 0 0.51 0.75 0.6
HSL 19.48º 0.61% 0.25% -
HSV(B) 19.48º 0.75% 0.4% -
XYZ 6.8 5.18 1.56 -
YUV 62.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 102 50 25 0 0.51 0.75 0.6 19.48 0.61 0.25
Hex 66 32 19 0 33 4B 3C 13 3D 19
Octal 146 62 31 0 63 113 74 23 75 31
Binary 1100110 110010 11001 0 110011 1001011 111100 10011 111101 11001

Color Harmonies of #663219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663219

Black with #663219

Text Example


Text Example

White with #663219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663219; }

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

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

background-color css

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

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

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

border-color css

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

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

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