Html Css Color HEX #655B61 Salt Box

📋 copy color: '#655B61'

red 101 ◦ green 91 ◦ blue 97

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

Shades of Salt Box #655B61

Tints of Salt Box #655B61

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.49%

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

R = 34.95%
G = 31.49%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#655B61 (or 0x655B61) is known color: Salt Box. HEX triplet: 65, 5B and 61. RGB value is (101,91,97). Sum of RGB (Red+Green+Blue) = 101+91+97=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 101 - color contains mainly: red. Hex color #655B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B61 is #9AA49E. Grayscale: #5E5E5E. Windows color (decimal): -10134687 or 6380389. OLE color: 6380389.

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

Color convert

RGB 101 91 97 -
CMYK 0 0.10 0.04 0.60
HSL 324º 0.05% 0.38% -
HSV(B) 324º 0.1% 0.4% -
XYZ 11.27 11.11 12.86 -
YUV 94.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 101 91 97 0 0.10 0.04 0.60 324 0.05 0.38
Hex 65 5B 61 0 A 4 3C 144 5 26
Octal 145 133 141 0 12 4 74 504 5 46
Binary 1100101 1011011 1100001 0 1010 100 111100 101000100 101 100110

Color Harmonies of #655B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655B61

Black with #655B61

Text Example


Text Example

White with #655B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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