Html Css Color HEX #665263 Salt Box

📋 copy color: '#665263'

red 102 ◦ green 82 ◦ blue 99

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

Shades of Salt Box #665263

Tints of Salt Box #665263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.98%

 BLUE value IS 99 (39.06% from 255) = 34.98%

R = 36.04%
G = 28.98%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#665263 (or 0x665263) is known color: Salt Box. HEX triplet: 66, 52 and 63. RGB value is (102,82,99). Sum of RGB (Red+Green+Blue) = 102+82+99=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 102 - color contains mainly: red. Hex color #665263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665263 is #99AD9C. Grayscale: #595959. Windows color (decimal): -10071453 or 6509158. OLE color: 6509158.

HSL color Cylindrical-coordinate representation of color #665263: hue angle of 309º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #665263 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 82 99 -
CMYK 0 0.20 0.03 0.6
HSL 309º 0.11% 0.36% -
HSV(B) 309º 0.2% 0.4% -
XYZ 10.75 9.76 13.12 -
YUV 89.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 102 82 99 0 0.20 0.03 0.6 309 0.11 0.36
Hex 66 52 63 0 14 3 3C 135 B 24
Octal 146 122 143 0 24 3 74 465 13 44
Binary 1100110 1010010 1100011 0 10100 11 111100 100110101 1011 100100

Color Harmonies of #665263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665263

Black with #665263

Text Example


Text Example

White with #665263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665263; }

 p { color: rgb(102,82,99); }

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

background-color css

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

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

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

border-color css

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

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

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