#7D6236

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

Shades of Shingle Fawn #7D6236

Tints of Shingle Fawn #7D6236

Color information

#7D6236 (or 0x7D6236) is unknown color: approx Shingle Fawn. HEX triplet: 7D, 62 and 36. RGB value is (125,98,54). Sum of RGB (Red+Green+Blue) = 125+98+54=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6236 is #829DC9. Grayscale: #656565. Windows color (decimal): -8560074 or 3564157. OLE color: 3564157.

HSL color Cylindrical-coordinate representation of color #7D6236: hue angle of 37.18º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D6236 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB1259854-
CMYK00.220.570.51
HSL37.18º39.66%35.1%-
HSV(B)37.18º56.8%49.02%-
XYZ13.4913.365.36-
YUV101.06101.45145.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.13%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 54 (21.48% from 255) = 19.49%
R=45.13%
G=35.38%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125985400.220.570.5137.1839.6635.1
Hex7D62360163933252823
Octal175142660267163455043
Binary11111011100010110110010110111001110011100101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,98,54); }

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

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

 a { background-color: rgb(125,98,54); }

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

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

 span { border-color: rgb(125,98,54); }

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