Html Css Color HEX #665562 Salt Box

📋 copy color: '#665562'

red 102 ◦ green 85 ◦ blue 98

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

Shades of Salt Box #665562

Tints of Salt Box #665562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.82%

 BLUE value IS 98 (38.67% from 255) = 34.39%

R = 35.79%
G = 29.82%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.6

RGB Variations

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

Color information

#665562 (or 0x665562) is known color: Salt Box. HEX triplet: 66, 55 and 62. RGB value is (102,85,98). Sum of RGB (Red+Green+Blue) = 102+85+98=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 102 - color contains mainly: red. Hex color #665562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665562 is #99AA9D. Grayscale: #5B5B5B. Windows color (decimal): -10070686 or 6444390. OLE color: 6444390.

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

Color convert

RGB 102 85 98 -
CMYK 0 0.17 0.04 0.6
HSL 314.12º 0.09% 0.37% -
HSV(B) 314.12º 0.17% 0.4% -
XYZ 10.93 10.2 12.95 -
YUV 91.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 102 85 98 0 0.17 0.04 0.6 314.12 0.09 0.37
Hex 66 55 62 0 11 4 3C 13A 9 25
Octal 146 125 142 0 21 4 74 472 11 45
Binary 1100110 1010101 1100010 0 10001 100 111100 100111010 1001 100101

Color Harmonies of #665562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665562

Black with #665562

Text Example


Text Example

White with #665562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665562; }

 p { color: rgb(102,85,98); }

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

background-color css

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

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

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

border-color css

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

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

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