Html Css Color HEX #664B3F Spice

📋 copy color: '#664B3F'

red 102 ◦ green 75 ◦ blue 63

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

Shades of Spice #664B3F

Tints of Spice #664B3F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.25%

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

R = 42.5%
G = 31.25%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#664B3F (or 0x664B3F) is known color: Spice. HEX triplet: 66, 4B and 3F. RGB value is (102,75,63). Sum of RGB (Red+Green+Blue) = 102+75+63=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #664B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B3F is #99B4C0. Grayscale: #515151. Windows color (decimal): -10073281 or 4148070. OLE color: 4148070.

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

Color convert

RGB 102 75 63 -
CMYK 0 0.26 0.38 0.6
HSL 18.46º 0.24% 0.32% -
HSV(B) 18.46º 0.38% 0.4% -
XYZ 8.89 8.22 5.82 -
YUV 81.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 102 75 63 0 0.26 0.38 0.6 18.46 0.24 0.32
Hex 66 4B 3F 0 1A 26 3C 12 18 20
Octal 146 113 77 0 32 46 74 22 30 40
Binary 1100110 1001011 111111 0 11010 100110 111100 10010 11000 100000

Color Harmonies of #664B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664B3F

Black with #664B3F

Text Example


Text Example

White with #664B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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