#61716F

Color #61716F Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #61716F

Tints of Nevada #61716F

Color information

#61716F (or 0x61716F) is unknown color: approx Nevada. HEX triplet: 61, 71 and 6F. RGB value is (97,113,111). Sum of RGB (Red+Green+Blue) = 97+113+111=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 113 - color contains mainly: green. Hex color #61716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61716F is #9E8E90. Grayscale: #6B6B6B. Windows color (decimal): -10391185 or 7303521. OLE color: 7303521.

HSL color Cylindrical-coordinate representation of color #61716F: hue angle of 172.5º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #61716F is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB97113111-
CMYK0.1400.020.56
HSL172.5º7.62%41.18%-
HSV(B)172.5º14.16%44.31%-
XYZ13.715.517.31-
YUV107.99129.7120.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 113 (44.53% from 255) = 35.20%
BLUE value IS 111 (43.75% from 255) = 34.58%
R=30.22%
G=35.20%
B=34.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal971131110.1400.020.56172.57.6241.18
Hex61716FE0238ac829
Octal1411611571602702541051
Binary1100001111000111011111110010111000101011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,113,111); }

 H1.HeaderClassName
 {
   color: #61716F;
 }
 .AnyTagClassName
 {
   color: #61716F;
 }
</style>
background-color css

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

 a { background-color: rgb(97,113,111); }

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

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

 span { border-color: rgb(97,113,111); }

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