Html Css Color HEX #664F44 Spice

📋 copy color: '#664F44'

red 102 ◦ green 79 ◦ blue 68

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

Shades of Spice #664F44

Tints of Spice #664F44

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.73%

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

R = 40.96%
G = 31.73%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#664F44 (or 0x664F44) is known color: Spice. HEX triplet: 66, 4F and 44. RGB value is (102,79,68). Sum of RGB (Red+Green+Blue) = 102+79+68=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #664F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664F44 is #99B0BB. Grayscale: #545454. Windows color (decimal): -10072252 or 4476774. OLE color: 4476774.

HSL color Cylindrical-coordinate representation of color #664F44: hue angle of 19.41º 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 #664F44 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 79 68 -
CMYK 0 0.23 0.33 0.6
HSL 19.41º 0.2% 0.33% -
HSV(B) 19.41º 0.33% 0.4% -
XYZ 9.32 8.83 6.68 -
YUV 84.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 102 79 68 0 0.23 0.33 0.6 19.41 0.2 0.33
Hex 66 4F 44 0 17 21 3C 13 14 21
Octal 146 117 104 0 27 41 74 23 24 41
Binary 1100110 1001111 1000100 0 10111 100001 111100 10011 10100 100001

Color Harmonies of #664F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664F44

Black with #664F44

Text Example


Text Example

White with #664F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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