Html Css Color HEX #664963 Salt Box

📋 copy color: '#664963'

red 102 ◦ green 73 ◦ blue 99

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

Shades of Salt Box #664963

Tints of Salt Box #664963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.64%

 BLUE value IS 99 (39.06% from 255) = 36.13%

R = 37.23%
G = 26.64%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#664963 (or 0x664963) is known color: Salt Box. HEX triplet: 66, 49 and 63. RGB value is (102,73,99). Sum of RGB (Red+Green+Blue) = 102+73+99=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #664963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664963 is #99B69C. Grayscale: #545454. Windows color (decimal): -10073757 or 6506854. OLE color: 6506854.

HSL color Cylindrical-coordinate representation of color #664963: hue angle of 306.21º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #664963 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 73 99 -
CMYK 0 0.28 0.03 0.6
HSL 306.21º 0.17% 0.34% -
HSV(B) 306.21º 0.28% 0.4% -
XYZ 10.11 8.49 12.91 -
YUV 84.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 102 73 99 0 0.28 0.03 0.6 306.21 0.17 0.34
Hex 66 49 63 0 1C 3 3C 132 11 22
Octal 146 111 143 0 34 3 74 462 21 42
Binary 1100110 1001001 1100011 0 11100 11 111100 100110010 10001 100010

Color Harmonies of #664963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664963

Black with #664963

Text Example


Text Example

White with #664963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664963; }

 p { color: rgb(102,73,99); }

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

background-color css

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

 a { background-color: rgb(102,73,99); }

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

border-color css

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

 span { border-color: rgb(102,73,99); }

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