Html Css Color HEX #61595F Salt Box

📋 copy color: '#61595F'

red 97 ◦ green 89 ◦ blue 95

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

Shades of Salt Box #61595F

Tints of Salt Box #61595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

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

R = 34.52%
G = 31.67%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#61595F (or 0x61595F) is known color: Salt Box. HEX triplet: 61, 59 and 5F. RGB value is (97,89,95). Sum of RGB (Red+Green+Blue) = 97+89+95=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 97 - color contains mainly: red. Hex color #61595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61595F is #9EA6A0. Grayscale: #5C5C5C. Windows color (decimal): -10397345 or 6248801. OLE color: 6248801.

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

Color convert

RGB 97 89 95 -
CMYK 0 0.08 0.02 0.62
HSL 315º 0.04% 0.36% -
HSV(B) 315º 0.08% 0.38% -
XYZ 10.57 10.51 12.3 -
YUV 92.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 97 89 95 0 0.08 0.02 0.62 315 0.04 0.36
Hex 61 59 5F 0 8 2 3E 13B 4 24
Octal 141 131 137 0 10 2 76 473 4 44
Binary 1100001 1011001 1011111 0 1000 10 111110 100111011 100 100100

Color Harmonies of #61595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61595F

Black with #61595F

Text Example


Text Example

White with #61595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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