Html Css Color HEX #665766 Salt Box

📋 copy color: '#665766'

red 102 ◦ green 87 ◦ blue 102

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

Shades of Salt Box #665766

Tints of Salt Box #665766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.9%

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

R = 35.05%
G = 29.9%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#665766 (or 0x665766) is known color: Salt Box. HEX triplet: 66, 57 and 66. RGB value is (102,87,102). Sum of RGB (Red+Green+Blue) = 102+87+102=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #665766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665766 is #99A899. Grayscale: #5D5D5D. Windows color (decimal): -10070170 or 6707046. OLE color: 6707046.

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

Color convert

RGB 102 87 102 -
CMYK 0 0.15 0 0.6
HSL 300º 0.08% 0.37% -
HSV(B) 300º 0.15% 0.4% -
XYZ 11.29 10.6 14.02 -
YUV 93.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 102 87 102 0 0.15 0 0.6 300 0.08 0.37
Hex 66 57 66 0 F 0 3C 12C 8 25
Octal 146 127 146 0 17 0 74 454 10 45
Binary 1100110 1010111 1100110 0 1111 0 111100 100101100 1000 100101

Color Harmonies of #665766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665766

Black with #665766

Text Example


Text Example

White with #665766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665766; }

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

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

background-color css

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

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

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

border-color css

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

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

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