Html Css Color HEX #663212 Baker's Chocolate

📋 copy color: '#663212'

red 102 ◦ green 50 ◦ blue 18

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

Shades of Baker's Chocolate #663212

Tints of Baker's Chocolate #663212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.59%

R = 60%
G = 29.41%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#663212 (or 0x663212) is known color: Baker's Chocolate. HEX triplet: 66, 32 and 12. RGB value is (102,50,18). Sum of RGB (Red+Green+Blue) = 102+50+18=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #663212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663212 is #99CDED. Grayscale: #3E3E3E. Windows color (decimal): -10079726 or 1192550. OLE color: 1192550.

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

Color convert

RGB 102 50 18 -
CMYK 0 0.51 0.82 0.6
HSL 22.86º 0.7% 0.24% -
HSV(B) 22.86º 0.82% 0.4% -
XYZ 6.73 5.15 1.21 -
YUV 61.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 102 50 18 0 0.51 0.82 0.6 22.86 0.7 0.24
Hex 66 32 12 0 33 52 3C 17 46 18
Octal 146 62 22 0 63 122 74 27 106 30
Binary 1100110 110010 10010 0 110011 1010010 111100 10111 1000110 11000

Color Harmonies of #663212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663212

Black with #663212

Text Example


Text Example

White with #663212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663212; }

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

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

background-color css

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

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

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

border-color css

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

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

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