Html Css Color HEX #61555E Salt Box

📋 copy color: '#61555E'

red 97 ◦ green 85 ◦ blue 94

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

Shades of Salt Box #61555E

Tints of Salt Box #61555E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 35.14%
G = 30.8%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#61555E (or 0x61555E) is known color: Salt Box. HEX triplet: 61, 55 and 5E. RGB value is (97,85,94). Sum of RGB (Red+Green+Blue) = 97+85+94=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 97 - color contains mainly: red. Hex color #61555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61555E is #9EAAA1. Grayscale: #595959. Windows color (decimal): -10398370 or 6182241. OLE color: 6182241.

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

Color convert

RGB 97 85 94 -
CMYK 0 0.12 0.03 0.62
HSL 315º 0.07% 0.36% -
HSV(B) 315º 0.12% 0.38% -
XYZ 10.2 9.85 11.95 -
YUV 89.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 97 85 94 0 0.12 0.03 0.62 315 0.07 0.36
Hex 61 55 5E 0 C 3 3E 13B 7 24
Octal 141 125 136 0 14 3 76 473 7 44
Binary 1100001 1010101 1011110 0 1100 11 111110 100111011 111 100100

Color Harmonies of #61555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61555E

Black with #61555E

Text Example


Text Example

White with #61555E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61555E; }

 p { color: rgb(97,85,94); }

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

background-color css

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

 a { background-color: rgb(97,85,94); }

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

border-color css

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

 span { border-color: rgb(97,85,94); }

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