Html Css Color HEX #665561 Salt Box

📋 copy color: '#665561'

red 102 ◦ green 85 ◦ blue 97

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

Shades of Salt Box #665561

Tints of Salt Box #665561

RGB

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

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

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

R = 35.92%
G = 29.93%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#665561 (or 0x665561) is known color: Salt Box. HEX triplet: 66, 55 and 61. RGB value is (102,85,97). Sum of RGB (Red+Green+Blue) = 102+85+97=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 102 - color contains mainly: red. Hex color #665561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665561 is #99AA9E. Grayscale: #5B5B5B. Windows color (decimal): -10070687 or 6378854. OLE color: 6378854.

HSL color Cylindrical-coordinate representation of color #665561: hue angle of 317.65º 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 #665561 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 85 97 -
CMYK 0 0.17 0.05 0.6
HSL 317.65º 0.09% 0.37% -
HSV(B) 317.65º 0.17% 0.4% -
XYZ 10.89 10.18 12.7 -
YUV 91.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 102 85 97 0 0.17 0.05 0.6 317.65 0.09 0.37
Hex 66 55 61 0 11 5 3C 13E 9 25
Octal 146 125 141 0 21 5 74 476 11 45
Binary 1100110 1010101 1100001 0 10001 101 111100 100111110 1001 100101

Color Harmonies of #665561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665561

Black with #665561

Text Example


Text Example

White with #665561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665561; }

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

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

background-color css

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

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

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

border-color css

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

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

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