Html Css Color HEX #664C5F Salt Box

📋 copy color: '#664C5F'

red 102 ◦ green 76 ◦ blue 95

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

Shades of Salt Box #664C5F

Tints of Salt Box #664C5F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.84%

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

R = 37.36%
G = 27.84%
B = 34.8%

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

#664C5F (or 0x664C5F) is known color: Salt Box. HEX triplet: 66, 4C and 5F. RGB value is (102,76,95). Sum of RGB (Red+Green+Blue) = 102+76+95=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #664C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664C5F is #99B3A0. Grayscale: #555555. Windows color (decimal): -10072993 or 6245478. OLE color: 6245478.

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

Color convert

RGB 102 76 95 -
CMYK 0 0.25 0.07 0.6
HSL 316.15º 0.15% 0.35% -
HSV(B) 316.15º 0.25% 0.4% -
XYZ 10.13 8.82 12 -
YUV 85.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 102 76 95 0 0.25 0.07 0.6 316.15 0.15 0.35
Hex 66 4C 5F 0 19 7 3C 13C F 23
Octal 146 114 137 0 31 7 74 474 17 43
Binary 1100110 1001100 1011111 0 11001 111 111100 100111100 1111 100011

Color Harmonies of #664C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C5F

Black with #664C5F

Text Example


Text Example

White with #664C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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