Html Css Color HEX #655361 Salt Box

📋 copy color: '#655361'

red 101 ◦ green 83 ◦ blue 97

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

Shades of Salt Box #655361

Tints of Salt Box #655361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.54%

 BLUE value IS 97 (38.28% from 255) = 34.52%

R = 35.94%
G = 29.54%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#655361 (or 0x655361) is known color: Salt Box. HEX triplet: 65, 53 and 61. RGB value is (101,83,97). Sum of RGB (Red+Green+Blue) = 101+83+97=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 101 - color contains mainly: red. Hex color #655361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655361 is #9AAC9E. Grayscale: #595959. Windows color (decimal): -10136735 or 6378341. OLE color: 6378341.

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

Color convert

RGB 101 83 97 -
CMYK 0 0.18 0.04 0.60
HSL 313.33º 0.1% 0.36% -
HSV(B) 313.33º 0.18% 0.4% -
XYZ 10.62 9.82 12.64 -
YUV 89.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 101 83 97 0 0.18 0.04 0.60 313.33 0.1 0.36
Hex 65 53 61 0 12 4 3C 139 A 24
Octal 145 123 141 0 22 4 74 471 12 44
Binary 1100101 1010011 1100001 0 10010 100 111100 100111001 1010 100100

Color Harmonies of #655361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655361

Black with #655361

Text Example


Text Example

White with #655361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655361; }

 p { color: rgb(101,83,97); }

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

background-color css

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

 a { background-color: rgb(101,83,97); }

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

border-color css

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

 span { border-color: rgb(101,83,97); }

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