Html Css Color HEX #665966 Salt Box

📋 copy color: '#665966'

red 102 ◦ green 89 ◦ blue 102

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

Shades of Salt Box #665966

Tints of Salt Box #665966

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.38%

 BLUE value IS 102 (40.23% from 255) = 34.81%

R = 34.81%
G = 30.38%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#665966 (or 0x665966) is known color: Salt Box. HEX triplet: 66, 59 and 66. RGB value is (102,89,102). Sum of RGB (Red+Green+Blue) = 102+89+102=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #665966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665966 is #99A699. Grayscale: #5E5E5E. Windows color (decimal): -10069658 or 6707558. OLE color: 6707558.

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

Color convert

RGB 102 89 102 -
CMYK 0 0.13 0 0.6
HSL 300º 0.07% 0.37% -
HSV(B) 300º 0.13% 0.4% -
XYZ 11.45 10.93 14.08 -
YUV 94.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 102 89 102 0 0.13 0 0.6 300 0.07 0.37
Hex 66 59 66 0 D 0 3C 12C 7 25
Octal 146 131 146 0 15 0 74 454 7 45
Binary 1100110 1011001 1100110 0 1101 0 111100 100101100 111 100101

Color Harmonies of #665966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665966

Black with #665966

Text Example


Text Example

White with #665966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665966; }

 p { color: rgb(102,89,102); }

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

background-color css

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

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

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

border-color css

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

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

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