#61716E

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

Shades of William #61716E

Tints of William #61716E

Color information

#61716E (or 0x61716E) is unknown color: approx William. HEX triplet: 61, 71 and 6E. RGB value is (97,113,110). Sum of RGB (Red+Green+Blue) = 97+113+110=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 113 - color contains mainly: green. Hex color #61716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61716E is #9E8E91. Grayscale: #6B6B6B. Windows color (decimal): -10391186 or 7237985. OLE color: 7237985.

HSL color Cylindrical-coordinate representation of color #61716E: hue angle of 168.75º 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 #61716E is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB97113110-
CMYK0.1400.030.56
HSL168.75º7.62%41.18%-
HSV(B)168.75º14.16%44.31%-
XYZ13.6515.4817.02-
YUV107.87129.2120.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.31%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=30.31%
G=35.31%
B=34.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal971131100.1400.030.56168.757.6241.18
Hex61716EE0338a9829
Octal1411611561603702511051
Binary1100001111000111011101110011111000101010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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