#6F7D48

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

Shades of Finch #6F7D48

Tints of Finch #6F7D48

Color information

#6F7D48 (or 0x6F7D48) is unknown color: approx Finch. HEX triplet: 6F, 7D and 48. RGB value is (111,125,72). Sum of RGB (Red+Green+Blue) = 111+125+72=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 125 - color contains mainly: green. Hex color #6F7D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7D48 is #9082B7. Grayscale: #727272. Windows color (decimal): -9470648 or 4750703. OLE color: 4750703.

HSL color Cylindrical-coordinate representation of color #6F7D48: hue angle of 75.85º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F7D48 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB11112572-
CMYK0.1100.420.51
HSL75.85º26.9%38.63%-
HSV(B)75.85º42.4%49.02%-
XYZ15.0618.518.91-
YUV114.77103.86125.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 125 (49.22% from 255) = 40.58%
BLUE value IS 72 (28.52% from 255) = 23.38%
R=36.04%
G=40.58%
B=23.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111125720.1100.420.5175.8526.938.63
Hex6F7D48B02A334c1b27
Octal15717511013052631143347
Binary11011111111101100100010110101010110011100110011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F7D48; }

 p { color: rgb(111,125,72); }

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

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

 a { background-color: rgb(111,125,72); }

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

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

 span { border-color: rgb(111,125,72); }

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