Html Css Color HEX #664D3F Spice

📋 copy color: '#664D3F'

red 102 ◦ green 77 ◦ blue 63

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

Shades of Spice #664D3F

Tints of Spice #664D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.03%

R = 42.15%
G = 31.82%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#664D3F (or 0x664D3F) is known color: Spice. HEX triplet: 66, 4D and 3F. RGB value is (102,77,63). Sum of RGB (Red+Green+Blue) = 102+77+63=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #664D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D3F is #99B2C0. Grayscale: #525252. Windows color (decimal): -10072769 or 4148582. OLE color: 4148582.

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

Color convert

RGB 102 77 63 -
CMYK 0 0.25 0.38 0.6
HSL 21.54º 0.24% 0.32% -
HSV(B) 21.54º 0.38% 0.4% -
XYZ 9.03 8.49 5.87 -
YUV 82.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 102 77 63 0 0.25 0.38 0.6 21.54 0.24 0.32
Hex 66 4D 3F 0 19 26 3C 16 18 20
Octal 146 115 77 0 31 46 74 26 30 40
Binary 1100110 1001101 111111 0 11001 100110 111100 10110 11000 100000

Color Harmonies of #664D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D3F

Black with #664D3F

Text Example


Text Example

White with #664D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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