Html Css Color HEX #664F61 Salt Box

📋 copy color: '#664F61'

red 102 ◦ green 79 ◦ blue 97

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

Shades of Salt Box #664F61

Tints of Salt Box #664F61

RGB

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

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

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

R = 36.69%
G = 28.42%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#664F61 (or 0x664F61) is known color: Salt Box. HEX triplet: 66, 4F and 61. RGB value is (102,79,97). Sum of RGB (Red+Green+Blue) = 102+79+97=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #664F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F61 is #99B09E. Grayscale: #575757. Windows color (decimal): -10072223 or 6377318. OLE color: 6377318.

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

Color convert

RGB 102 79 97 -
CMYK 0 0.23 0.05 0.6
HSL 313.04º 0.13% 0.35% -
HSV(B) 313.04º 0.23% 0.4% -
XYZ 10.43 9.28 12.55 -
YUV 87.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 102 79 97 0 0.23 0.05 0.6 313.04 0.13 0.35
Hex 66 4F 61 0 17 5 3C 139 D 23
Octal 146 117 141 0 27 5 74 471 15 43
Binary 1100110 1001111 1100001 0 10111 101 111100 100111001 1101 100011

Color Harmonies of #664F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664F61

Black with #664F61

Text Example


Text Example

White with #664F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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