Html Css Color HEX #665060 Salt Box

📋 copy color: '#665060'

red 102 ◦ green 80 ◦ blue 96

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

Shades of Salt Box #665060

Tints of Salt Box #665060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

 BLUE value IS 96 (37.89% from 255) = 34.53%

R = 36.69%
G = 28.78%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#665060 (or 0x665060) is known color: Salt Box. HEX triplet: 66, 50 and 60. RGB value is (102,80,96). Sum of RGB (Red+Green+Blue) = 102+80+96=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #665060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665060 is #99AF9F. Grayscale: #585858. Windows color (decimal): -10071968 or 6312038. OLE color: 6312038.

HSL color Cylindrical-coordinate representation of color #665060: hue angle of 316.36º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #665060 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 80 96 -
CMYK 0 0.22 0.06 0.6
HSL 316.36º 0.12% 0.36% -
HSV(B) 316.36º 0.22% 0.4% -
XYZ 10.46 9.41 12.33 -
YUV 88.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 102 80 96 0 0.22 0.06 0.6 316.36 0.12 0.36
Hex 66 50 60 0 16 6 3C 13C C 24
Octal 146 120 140 0 26 6 74 474 14 44
Binary 1100110 1010000 1100000 0 10110 110 111100 100111100 1100 100100

Color Harmonies of #665060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665060

Black with #665060

Text Example


Text Example

White with #665060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665060; }

 p { color: rgb(102,80,96); }

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

background-color css

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

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

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

border-color css

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

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

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