Html Css Color HEX #665564 Salt Box

📋 copy color: '#665564'

red 102 ◦ green 85 ◦ blue 100

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

Shades of Salt Box #665564

Tints of Salt Box #665564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

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

R = 35.54%
G = 29.62%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.6

RGB Variations

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

Color information

#665564 (or 0x665564) is known color: Salt Box. HEX triplet: 66, 55 and 64. RGB value is (102,85,100). Sum of RGB (Red+Green+Blue) = 102+85+100=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 102 - color contains mainly: red. Hex color #665564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665564 is #99AA9B. Grayscale: #5B5B5B. Windows color (decimal): -10070684 or 6575462. OLE color: 6575462.

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

Color convert

RGB 102 85 100 -
CMYK 0 0.17 0.02 0.6
HSL 307.06º 0.09% 0.37% -
HSV(B) 307.06º 0.17% 0.4% -
XYZ 11.03 10.24 13.45 -
YUV 91.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 102 85 100 0 0.17 0.02 0.6 307.06 0.09 0.37
Hex 66 55 64 0 11 2 3C 133 9 25
Octal 146 125 144 0 21 2 74 463 11 45
Binary 1100110 1010101 1100100 0 10001 10 111100 100110011 1001 100101

Color Harmonies of #665564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665564

Black with #665564

Text Example


Text Example

White with #665564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665564; }

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

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

background-color css

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

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

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

border-color css

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

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

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