Html Css Color HEX #664D44 Spice

📋 copy color: '#664D44'

red 102 ◦ green 77 ◦ blue 68

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

Shades of Spice #664D44

Tints of Spice #664D44

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.17%

 BLUE value IS 68 (26.95% from 255) = 27.53%

R = 41.3%
G = 31.17%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#664D44 (or 0x664D44) is known color: Spice. HEX triplet: 66, 4D and 44. RGB value is (102,77,68). Sum of RGB (Red+Green+Blue) = 102+77+68=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #664D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D44 is #99B2BB. Grayscale: #535353. Windows color (decimal): -10072764 or 4476262. OLE color: 4476262.

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

Color convert

RGB 102 77 68 -
CMYK 0 0.25 0.33 0.6
HSL 15.88º 0.2% 0.33% -
HSV(B) 15.88º 0.33% 0.4% -
XYZ 9.18 8.55 6.64 -
YUV 83.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 102 77 68 0 0.25 0.33 0.6 15.88 0.2 0.33
Hex 66 4D 44 0 19 21 3C 10 14 21
Octal 146 115 104 0 31 41 74 20 24 41
Binary 1100110 1001101 1000100 0 11001 100001 111100 10000 10100 100001

Color Harmonies of #664D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D44

Black with #664D44

Text Example


Text Example

White with #664D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664D44; }

 p { color: rgb(102,77,68); }

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

background-color css

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

 a { background-color: rgb(102,77,68); }

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

border-color css

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

 span { border-color: rgb(102,77,68); }

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