Html Css Color HEX #664D3D Spice

📋 copy color: '#664D3D'

red 102 ◦ green 77 ◦ blue 61

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

Shades of Spice #664D3D

Tints of Spice #664D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.42%

R = 42.5%
G = 32.08%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#664D3D (or 0x664D3D) is known color: Spice. HEX triplet: 66, 4D and 3D. RGB value is (102,77,61). Sum of RGB (Red+Green+Blue) = 102+77+61=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #664D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D3D is #99B2C2. Grayscale: #525252. Windows color (decimal): -10072771 or 4017510. OLE color: 4017510.

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

Color convert

RGB 102 77 61 -
CMYK 0 0.25 0.40 0.6
HSL 23.41º 0.25% 0.32% -
HSV(B) 23.41º 0.4% 0.4% -
XYZ 8.98 8.47 5.58 -
YUV 82.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 102 77 61 0 0.25 0.40 0.6 23.41 0.25 0.32
Hex 66 4D 3D 0 19 28 3C 17 19 20
Octal 146 115 75 0 31 50 74 27 31 40
Binary 1100110 1001101 111101 0 11001 101000 111100 10111 11001 100000

Color Harmonies of #664D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D3D

Black with #664D3D

Text Example


Text Example

White with #664D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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