#707351

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

Shades of Finch #707351

Tints of Finch #707351

Color information

#707351 (or 0x707351) is unknown color: approx Finch. HEX triplet: 70, 73 and 51. RGB value is (112,115,81). Sum of RGB (Red+Green+Blue) = 112+115+81=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #707351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707351 is #8F8CAE. Grayscale: #6E6E6E. Windows color (decimal): -9407663 or 5337968. OLE color: 5337968.

HSL color Cylindrical-coordinate representation of color #707351: hue angle of 65.29º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #707351 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB11211581-
CMYK0.0300.300.55
HSL65.29º17.35%38.43%-
HSV(B)65.29º29.57%45.1%-
XYZ14.316.310.18-
YUV110.23111.51129.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 81 (32.03% from 255) = 26.30%
R=36.36%
G=37.34%
B=26.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112115810.0300.300.5565.2917.3538.43
Hex707351301E37411126
Octal1601631213036671012146
Binary11100001110011101000111011110110111100000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707351; }

 p { color: rgb(112,115,81); }

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

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

 a { background-color: rgb(112,115,81); }

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

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

 span { border-color: rgb(112,115,81); }

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