Html Css Color HEX #665661 Salt Box

📋 copy color: '#665661'

red 102 ◦ green 86 ◦ blue 97

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

Shades of Salt Box #665661

Tints of Salt Box #665661

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.18%

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

R = 35.79%
G = 30.18%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#665661 (or 0x665661) is known color: Salt Box. HEX triplet: 66, 56 and 61. RGB value is (102,86,97). Sum of RGB (Red+Green+Blue) = 102+86+97=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 102 - color contains mainly: red. Hex color #665661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665661 is #99A99E. Grayscale: #5C5C5C. Windows color (decimal): -10070431 or 6379110. OLE color: 6379110.

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

Color convert

RGB 102 86 97 -
CMYK 0 0.16 0.05 0.6
HSL 318.75º 0.09% 0.37% -
HSV(B) 318.75º 0.16% 0.4% -
XYZ 10.96 10.34 12.73 -
YUV 92.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 102 86 97 0 0.16 0.05 0.6 318.75 0.09 0.37
Hex 66 56 61 0 10 5 3C 13F 9 25
Octal 146 126 141 0 20 5 74 477 11 45
Binary 1100110 1010110 1100001 0 10000 101 111100 100111111 1001 100101

Color Harmonies of #665661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665661

Black with #665661

Text Example


Text Example

White with #665661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665661; }

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

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

background-color css

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

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

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

border-color css

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

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

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