Html Css Color HEX #664E61 Salt Box

📋 copy color: '#664E61'

red 102 ◦ green 78 ◦ blue 97

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

Shades of Salt Box #664E61

Tints of Salt Box #664E61

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.16%

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

R = 36.82%
G = 28.16%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#664E61 (or 0x664E61) is known color: Salt Box. HEX triplet: 66, 4E and 61. RGB value is (102,78,97). Sum of RGB (Red+Green+Blue) = 102+78+97=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 102 - color contains mainly: red. Hex color #664E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E61 is #99B19E. Grayscale: #575757. Windows color (decimal): -10072479 or 6377062. OLE color: 6377062.

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

Color convert

RGB 102 78 97 -
CMYK 0 0.24 0.05 0.6
HSL 312.5º 0.13% 0.35% -
HSV(B) 312.5º 0.24% 0.4% -
XYZ 10.36 9.14 12.53 -
YUV 87.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 102 78 97 0 0.24 0.05 0.6 312.5 0.13 0.35
Hex 66 4E 61 0 18 5 3C 138 D 23
Octal 146 116 141 0 30 5 74 470 15 43
Binary 1100110 1001110 1100001 0 11000 101 111100 100111000 1101 100011

Color Harmonies of #664E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664E61

Black with #664E61

Text Example


Text Example

White with #664E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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