Html Css Color HEX #664C41 Spice

📋 copy color: '#664C41'

red 102 ◦ green 76 ◦ blue 65

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

Shades of Spice #664C41

Tints of Spice #664C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.28%

 BLUE value IS 65 (25.78% from 255) = 26.75%

R = 41.98%
G = 31.28%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#664C41 (or 0x664C41) is known color: Spice. HEX triplet: 66, 4C and 41. RGB value is (102,76,65). Sum of RGB (Red+Green+Blue) = 102+76+65=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #664C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C41 is #99B3BE. Grayscale: #525252. Windows color (decimal): -10073023 or 4279398. OLE color: 4279398.

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

Color convert

RGB 102 76 65 -
CMYK 0 0.25 0.36 0.6
HSL 17.84º 0.22% 0.33% -
HSV(B) 17.84º 0.36% 0.4% -
XYZ 9.02 8.38 6.14 -
YUV 82.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 102 76 65 0 0.25 0.36 0.6 17.84 0.22 0.33
Hex 66 4C 41 0 19 24 3C 12 16 21
Octal 146 114 101 0 31 44 74 22 26 41
Binary 1100110 1001100 1000001 0 11001 100100 111100 10010 10110 100001

Color Harmonies of #664C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C41

Black with #664C41

Text Example


Text Example

White with #664C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,76,65); }

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

background-color css

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

 a { background-color: rgb(102,76,65); }

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

border-color css

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

 span { border-color: rgb(102,76,65); }

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