Html Css Color HEX #663213 Baker's Chocolate

📋 copy color: '#663213'

red 102 ◦ green 50 ◦ blue 19

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

Shades of Baker's Chocolate #663213

Tints of Baker's Chocolate #663213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 59.65%
G = 29.24%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#663213 (or 0x663213) is known color: Baker's Chocolate. HEX triplet: 66, 32 and 13. RGB value is (102,50,19). Sum of RGB (Red+Green+Blue) = 102+50+19=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #663213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663213 is #99CDEC. Grayscale: #3E3E3E. Windows color (decimal): -10079725 or 1258086. OLE color: 1258086.

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

Color convert

RGB 102 50 19 -
CMYK 0 0.51 0.81 0.6
HSL 22.41º 0.69% 0.24% -
HSV(B) 22.41º 0.81% 0.4% -
XYZ 6.74 5.15 1.26 -
YUV 62.01 103.73 156.52 -
System Red Green Blue C M Y K H S L
Decimal 102 50 19 0 0.51 0.81 0.6 22.41 0.69 0.24
Hex 66 32 13 0 33 51 3C 16 45 18
Octal 146 62 23 0 63 121 74 26 105 30
Binary 1100110 110010 10011 0 110011 1010001 111100 10110 1000101 11000

Color Harmonies of #663213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663213

Black with #663213

Text Example


Text Example

White with #663213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663213; }

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

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

background-color css

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

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

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

border-color css

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

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

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