#6E520F

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

Shades of Raw Umber #6E520F

Tints of Raw Umber #6E520F

Color information

#6E520F (or 0x6E520F) is unknown color: approx Raw Umber. HEX triplet: 6E, 52 and 0F. RGB value is (110,82,15). Sum of RGB (Red+Green+Blue) = 110+82+15=207 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.14% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 110 - color contains mainly: red. Hex color #6E520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E520F is #91ADF0. Grayscale: #535353. Windows color (decimal): -9547249 or 1004142. OLE color: 1004142.

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

Color convert

RGB1108215-
CMYK00.250.860.57
HSL42.32º76%24.51%-
HSV(B)42.32º86.36%43.14%-
XYZ9.539.381.76-
YUV82.7389.78147.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.14%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 15 (6.25% from 255) = 7.25%
R=53.14%
G=39.61%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110821500.250.860.5742.327624.51
Hex6E52F01956392a4c19
Octal15612217031126715211431
Binary1101110101001011110110011010110111001101010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,82,15); }

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

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

 a { background-color: rgb(110,82,15); }

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

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

 span { border-color: rgb(110,82,15); }

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