#6E5734

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

Shades of Shingle Fawn #6E5734

Tints of Shingle Fawn #6E5734

Color information

#6E5734 (or 0x6E5734) is unknown color: approx Shingle Fawn. HEX triplet: 6E, 57 and 34. RGB value is (110,87,52). Sum of RGB (Red+Green+Blue) = 110+87+52=249 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.18% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5734 is #91A8CB. Grayscale: #5A5A5A. Windows color (decimal): -9545932 or 3430254. OLE color: 3430254.

HSL color Cylindrical-coordinate representation of color #6E5734: hue angle of 36.21º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E5734 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.57.

Color convert

RGB1108752-
CMYK00.210.530.57
HSL36.21º35.8%31.76%-
HSV(B)36.21º52.73%43.14%-
XYZ10.4610.384.7-
YUV89.89106.62142.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.18%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 52 (20.70% from 255) = 20.88%
R=44.18%
G=34.94%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110875200.210.530.5736.2135.831.76
Hex6E57340153539242420
Octal156127640256571444440
Binary11011101010111110100010101110101111001100100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,87,52); }

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

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

 a { background-color: rgb(110,87,52); }

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

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

 span { border-color: rgb(110,87,52); }

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