Html Css Color HEX #664D5F Salt Box

📋 copy color: '#664D5F'

red 102 ◦ green 77 ◦ blue 95

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

Shades of Salt Box #664D5F

Tints of Salt Box #664D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 37.23%
G = 28.1%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#664D5F (or 0x664D5F) is known color: Salt Box. HEX triplet: 66, 4D and 5F. RGB value is (102,77,95). Sum of RGB (Red+Green+Blue) = 102+77+95=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #664D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D5F is #99B2A0. Grayscale: #565656. Windows color (decimal): -10072737 or 6245734. OLE color: 6245734.

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

Color convert

RGB 102 77 95 -
CMYK 0 0.25 0.07 0.6
HSL 316.8º 0.14% 0.35% -
HSV(B) 316.8º 0.25% 0.4% -
XYZ 10.2 8.96 12.02 -
YUV 86.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 102 77 95 0 0.25 0.07 0.6 316.8 0.14 0.35
Hex 66 4D 5F 0 19 7 3C 13D E 23
Octal 146 115 137 0 31 7 74 475 16 43
Binary 1100110 1001101 1011111 0 11001 111 111100 100111101 1110 100011

Color Harmonies of #664D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D5F

Black with #664D5F

Text Example


Text Example

White with #664D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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