Html Css Color HEX #655463 Salt Box

📋 copy color: '#655463'

red 101 ◦ green 84 ◦ blue 99

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

Shades of Salt Box #655463

Tints of Salt Box #655463

RGB

 RED value IS 101 (39.84% from 255) = 35.56%

 GREEN value IS 84 (33.2% from 255) = 29.58%

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

R = 35.56%
G = 29.58%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#655463 (or 0x655463) is known color: Salt Box. HEX triplet: 65, 54 and 63. RGB value is (101,84,99). Sum of RGB (Red+Green+Blue) = 101+84+99=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 101 - color contains mainly: red. Hex color #655463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655463 is #9AAB9C. Grayscale: #5A5A5A. Windows color (decimal): -10136477 or 6509669. OLE color: 6509669.

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

Color convert

RGB 101 84 99 -
CMYK 0 0.17 0.02 0.60
HSL 307.06º 0.09% 0.36% -
HSV(B) 307.06º 0.17% 0.4% -
XYZ 10.79 10.01 13.17 -
YUV 90.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 101 84 99 0 0.17 0.02 0.60 307.06 0.09 0.36
Hex 65 54 63 0 11 2 3C 133 9 24
Octal 145 124 143 0 21 2 74 463 11 44
Binary 1100101 1010100 1100011 0 10001 10 111100 100110011 1001 100100

Color Harmonies of #655463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655463

Black with #655463

Text Example


Text Example

White with #655463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655463; }

 p { color: rgb(101,84,99); }

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

background-color css

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

 a { background-color: rgb(101,84,99); }

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

border-color css

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

 span { border-color: rgb(101,84,99); }

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