Html Css Color HEX #664761 Salt Box

📋 copy color: '#664761'

red 102 ◦ green 71 ◦ blue 97

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

Shades of Salt Box #664761

Tints of Salt Box #664761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.3%

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

R = 37.78%
G = 26.3%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#664761 (or 0x664761) is known color: Salt Box. HEX triplet: 66, 47 and 61. RGB value is (102,71,97). Sum of RGB (Red+Green+Blue) = 102+71+97=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 102 - color contains mainly: red. Hex color #664761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664761 is #99B89E. Grayscale: #535353. Windows color (decimal): -10074271 or 6375270. OLE color: 6375270.

HSL color Cylindrical-coordinate representation of color #664761: hue angle of 309.68º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #664761 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 71 97 -
CMYK 0 0.30 0.05 0.6
HSL 309.68º 0.18% 0.34% -
HSV(B) 309.68º 0.3% 0.4% -
XYZ 9.89 8.19 12.37 -
YUV 83.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 102 71 97 0 0.30 0.05 0.6 309.68 0.18 0.34
Hex 66 47 61 0 1E 5 3C 136 12 22
Octal 146 107 141 0 36 5 74 466 22 42
Binary 1100110 1000111 1100001 0 11110 101 111100 100110110 10010 100010

Color Harmonies of #664761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664761

Black with #664761

Text Example


Text Example

White with #664761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664761; }

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

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

background-color css

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

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

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

border-color css

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

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

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