Html Css Color HEX #664226 Semi-Sweet Chocolate

📋 copy color: '#664226'

red 102 ◦ green 66 ◦ blue 38

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

Shades of Semi-Sweet Chocolate #664226

Tints of Semi-Sweet Chocolate #664226

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.04%

 BLUE value IS 38 (15.23% from 255) = 18.45%

R = 49.51%
G = 32.04%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#664226 (or 0x664226) is known color: Semi-Sweet Chocolate. HEX triplet: 66, 42 and 26. RGB value is (102,66,38). Sum of RGB (Red+Green+Blue) = 102+66+38=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #664226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664226 is #99BDD9. Grayscale: #494949. Windows color (decimal): -10075610 or 2507366. OLE color: 2507366.

HSL color Cylindrical-coordinate representation of color #664226: hue angle of 26.25º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #664226 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 66 38 -
CMYK 0 0.35 0.63 0.6
HSL 26.25º 0.46% 0.27% -
HSV(B) 26.25º 0.63% 0.4% -
XYZ 7.78 6.86 2.75 -
YUV 73.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 102 66 38 0 0.35 0.63 0.6 26.25 0.46 0.27
Hex 66 42 26 0 23 3F 3C 1A 2E 1B
Octal 146 102 46 0 43 77 74 32 56 33
Binary 1100110 1000010 100110 0 100011 111111 111100 11010 101110 11011

Color Harmonies of #664226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664226

Black with #664226

Text Example


Text Example

White with #664226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664226; }

 p { color: rgb(102,66,38); }

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

background-color css

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

 a { background-color: rgb(102,66,38); }

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

border-color css

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

 span { border-color: rgb(102,66,38); }

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