Html Css Color HEX #665863 Salt Box

📋 copy color: '#665863'

red 102 ◦ green 88 ◦ blue 99

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

Shades of Salt Box #665863

Tints of Salt Box #665863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

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

R = 35.29%
G = 30.45%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#665863 (or 0x665863) is known color: Salt Box. HEX triplet: 66, 58 and 63. RGB value is (102,88,99). Sum of RGB (Red+Green+Blue) = 102+88+99=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 102 - color contains mainly: red. Hex color #665863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665863 is #99A79C. Grayscale: #5D5D5D. Windows color (decimal): -10069917 or 6510694. OLE color: 6510694.

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

Color convert

RGB 102 88 99 -
CMYK 0 0.14 0.03 0.6
HSL 312.86º 0.07% 0.37% -
HSV(B) 312.86º 0.14% 0.4% -
XYZ 11.22 10.71 13.28 -
YUV 93.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 102 88 99 0 0.14 0.03 0.6 312.86 0.07 0.37
Hex 66 58 63 0 E 3 3C 139 7 25
Octal 146 130 143 0 16 3 74 471 7 45
Binary 1100110 1011000 1100011 0 1110 11 111100 100111001 111 100101

Color Harmonies of #665863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665863

Black with #665863

Text Example


Text Example

White with #665863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665863; }

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

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

background-color css

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

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

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

border-color css

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

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

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