Html Css Color HEX #61585F Salt Box

📋 copy color: '#61585F'

red 97 ◦ green 88 ◦ blue 95

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

Shades of Salt Box #61585F

Tints of Salt Box #61585F

RGB

 RED value IS 97 (38.28% from 255) = 34.64%

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

 BLUE value IS 95 (37.5% from 255) = 33.93%

R = 34.64%
G = 31.43%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61585F (or 0x61585F) is known color: Salt Box. HEX triplet: 61, 58 and 5F. RGB value is (97,88,95). Sum of RGB (Red+Green+Blue) = 97+88+95=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 97 - color contains mainly: red. Hex color #61585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61585F is #9EA7A0. Grayscale: #5B5B5B. Windows color (decimal): -10397601 or 6248545. OLE color: 6248545.

HSL color Cylindrical-coordinate representation of color #61585F: hue angle of 313.33º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #61585F is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 88 95 -
CMYK 0 0.09 0.02 0.62
HSL 313.33º 0.05% 0.36% -
HSV(B) 313.33º 0.09% 0.38% -
XYZ 10.49 10.35 12.27 -
YUV 91.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 97 88 95 0 0.09 0.02 0.62 313.33 0.05 0.36
Hex 61 58 5F 0 9 2 3E 139 5 24
Octal 141 130 137 0 11 2 76 471 5 44
Binary 1100001 1011000 1011111 0 1001 10 111110 100111001 101 100100

Color Harmonies of #61585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61585F

Black with #61585F

Text Example


Text Example

White with #61585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61585F; }

 p { color: rgb(97,88,95); }

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

background-color css

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

 a { background-color: rgb(97,88,95); }

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

border-color css

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

 span { border-color: rgb(97,88,95); }

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