#717269

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

Shades of Finch #717269

Tints of Finch #717269

Color information

#717269 (or 0x717269) is unknown color: approx Finch. HEX triplet: 71, 72 and 69. RGB value is (113,114,105). Sum of RGB (Red+Green+Blue) = 113+114+105=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 114 - color contains mainly: green. Hex color #717269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717269 is #8E8D96. Grayscale: #707070. Windows color (decimal): -9342359 or 6910577. OLE color: 6910577.

HSL color Cylindrical-coordinate representation of color #717269: hue angle of 66.67º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #717269 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB113114105-
CMYK0.0100.080.55
HSL66.67º4.11%42.94%-
HSV(B)66.67º7.89%44.71%-
XYZ15.3816.5715.75-
YUV112.67123.67128.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 105 (41.41% from 255) = 31.63%
R=34.04%
G=34.34%
B=31.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131141050.0100.080.5566.674.1142.94
Hex717269108374342b
Octal161162151101067103453
Binary1110001111001011010011010001101111000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717269; }

 p { color: rgb(113,114,105); }

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

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

 a { background-color: rgb(113,114,105); }

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

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

 span { border-color: rgb(113,114,105); }

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