Html Css Color HEX #665864 Salt Box

📋 copy color: '#665864'

red 102 ◦ green 88 ◦ blue 100

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

Shades of Salt Box #665864

Tints of Salt Box #665864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.48%

R = 35.17%
G = 30.34%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.6

RGB Variations

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

Color information

#665864 (or 0x665864) is known color: Salt Box. HEX triplet: 66, 58 and 64. RGB value is (102,88,100). Sum of RGB (Red+Green+Blue) = 102+88+100=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 102 - color contains mainly: red. Hex color #665864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665864 is #99A79B. Grayscale: #5D5D5D. Windows color (decimal): -10069916 or 6576230. OLE color: 6576230.

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

Color convert

RGB 102 88 100 -
CMYK 0 0.14 0.02 0.6
HSL 308.57º 0.07% 0.37% -
HSV(B) 308.57º 0.14% 0.4% -
XYZ 11.27 10.72 13.53 -
YUV 93.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 102 88 100 0 0.14 0.02 0.6 308.57 0.07 0.37
Hex 66 58 64 0 E 2 3C 135 7 25
Octal 146 130 144 0 16 2 74 465 7 45
Binary 1100110 1011000 1100100 0 1110 10 111100 100110101 111 100101

Color Harmonies of #665864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665864

Black with #665864

Text Example


Text Example

White with #665864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665864; }

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

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

background-color css

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

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

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

border-color css

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

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

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