#6E511A

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

Shades of Raw Umber #6E511A

Tints of Raw Umber #6E511A

Color information

#6E511A (or 0x6E511A) is unknown color: approx Raw Umber. HEX triplet: 6E, 51 and 1A. RGB value is (110,81,26). Sum of RGB (Red+Green+Blue) = 110+81+26=217 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.69% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 110 - color contains mainly: red. Hex color #6E511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E511A is #91AEE5. Grayscale: #535353. Windows color (decimal): -9547494 or 1724782. OLE color: 1724782.

HSL color Cylindrical-coordinate representation of color #6E511A: hue angle of 39.29º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E511A is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB1108126-
CMYK00.260.760.57
HSL39.29º61.76%26.67%-
HSV(B)39.29º76.36%43.14%-
XYZ9.569.272.26-
YUV83.495.61146.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.69%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=50.69%
G=37.33%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110812600.260.760.5739.2961.7626.67
Hex6E511A01A4C39273e1b
Octal1561213203211471477633
Binary1101110101000111010011010100110011100110011111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,81,26); }

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

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

 a { background-color: rgb(110,81,26); }

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

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

 span { border-color: rgb(110,81,26); }

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