#7F6137

Color #7F6137 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #7F6137

Tints of Shingle Fawn #7F6137

Color information

#7F6137 (or 0x7F6137) is unknown color: approx Shingle Fawn. HEX triplet: 7F, 61 and 37. RGB value is (127,97,55). Sum of RGB (Red+Green+Blue) = 127+97+55=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6137 is #809EC8. Grayscale: #656565. Windows color (decimal): -8429257 or 3629439. OLE color: 3629439.

HSL color Cylindrical-coordinate representation of color #7F6137: hue angle of 35º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F6137 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.50.

Color convert

RGB1279755-
CMYK00.240.570.50
HSL35º39.56%35.69%-
HSV(B)35º56.69%49.8%-
XYZ13.7213.345.47-
YUV101.18101.94146.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.52%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 55 (21.88% from 255) = 19.71%
R=45.52%
G=34.77%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127975500.240.570.503539.5635.69
Hex7F61370183932232824
Octal177141670307162435044
Binary11111111100001110111011000111001110010100011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F6137; }

 p { color: rgb(127,97,55); }

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

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

 a { background-color: rgb(127,97,55); }

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

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

 span { border-color: rgb(127,97,55); }

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