Html Css Color HEX #664A60 Salt Box

📋 copy color: '#664A60'

red 102 ◦ green 74 ◦ blue 96

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

Shades of Salt Box #664A60

Tints of Salt Box #664A60

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.21%

 BLUE value IS 96 (37.89% from 255) = 35.29%

R = 37.5%
G = 27.21%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#664A60 (or 0x664A60) is known color: Salt Box. HEX triplet: 66, 4A and 60. RGB value is (102,74,96). Sum of RGB (Red+Green+Blue) = 102+74+96=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #664A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664A60 is #99B59F. Grayscale: #545454. Windows color (decimal): -10073504 or 6310502. OLE color: 6310502.

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

Color convert

RGB 102 74 96 -
CMYK 0 0.27 0.06 0.6
HSL 312.86º 0.16% 0.35% -
HSV(B) 312.86º 0.27% 0.4% -
XYZ 10.04 8.57 12.19 -
YUV 84.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 102 74 96 0 0.27 0.06 0.6 312.86 0.16 0.35
Hex 66 4A 60 0 1B 6 3C 139 10 23
Octal 146 112 140 0 33 6 74 471 20 43
Binary 1100110 1001010 1100000 0 11011 110 111100 100111001 10000 100011

Color Harmonies of #664A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664A60

Black with #664A60

Text Example


Text Example

White with #664A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,74,96); }

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

background-color css

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

 a { background-color: rgb(102,74,96); }

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

border-color css

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

 span { border-color: rgb(102,74,96); }

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