Html Css Color HEX #664D61 Salt Box

📋 copy color: '#664D61'

red 102 ◦ green 77 ◦ blue 97

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

Shades of Salt Box #664D61

Tints of Salt Box #664D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.14%

R = 36.96%
G = 27.9%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#664D61 (or 0x664D61) is known color: Salt Box. HEX triplet: 66, 4D and 61. RGB value is (102,77,97). Sum of RGB (Red+Green+Blue) = 102+77+97=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #664D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D61 is #99B29E. Grayscale: #565656. Windows color (decimal): -10072735 or 6376806. OLE color: 6376806.

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

Color convert

RGB 102 77 97 -
CMYK 0 0.25 0.05 0.6
HSL 312º 0.14% 0.35% -
HSV(B) 312º 0.25% 0.4% -
XYZ 10.29 9 12.5 -
YUV 86.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 102 77 97 0 0.25 0.05 0.6 312 0.14 0.35
Hex 66 4D 61 0 19 5 3C 138 E 23
Octal 146 115 141 0 31 5 74 470 16 43
Binary 1100110 1001101 1100001 0 11001 101 111100 100111000 1110 100011

Color Harmonies of #664D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D61

Black with #664D61

Text Example


Text Example

White with #664D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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