Html Css Color HEX #664F5F Salt Box

📋 copy color: '#664F5F'

red 102 ◦ green 79 ◦ blue 95

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

Shades of Salt Box #664F5F

Tints of Salt Box #664F5F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.62%

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

R = 36.96%
G = 28.62%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#664F5F (or 0x664F5F) is known color: Salt Box. HEX triplet: 66, 4F and 5F. RGB value is (102,79,95). Sum of RGB (Red+Green+Blue) = 102+79+95=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #664F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F5F is #99B0A0. Grayscale: #575757. Windows color (decimal): -10072225 or 6246246. OLE color: 6246246.

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

Color convert

RGB 102 79 95 -
CMYK 0 0.23 0.07 0.6
HSL 318.26º 0.13% 0.35% -
HSV(B) 318.26º 0.23% 0.4% -
XYZ 10.34 9.24 12.07 -
YUV 87.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 102 79 95 0 0.23 0.07 0.6 318.26 0.13 0.35
Hex 66 4F 5F 0 17 7 3C 13E D 23
Octal 146 117 137 0 27 7 74 476 15 43
Binary 1100110 1001111 1011111 0 10111 111 111100 100111110 1101 100011

Color Harmonies of #664F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664F5F

Black with #664F5F

Text Example


Text Example

White with #664F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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