#6E5410

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

Shades of Raw Umber #6E5410

Tints of Raw Umber #6E5410

Color information

#6E5410 (or 0x6E5410) is unknown color: approx Raw Umber. HEX triplet: 6E, 54 and 10. RGB value is (110,84,16). Sum of RGB (Red+Green+Blue) = 110+84+16=210 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.38% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5410 is #91ABEF. Grayscale: #545454. Windows color (decimal): -9546736 or 1070190. OLE color: 1070190.

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

Color convert

RGB1108416-
CMYK00.240.850.57
HSL43.4º74.6%24.71%-
HSV(B)43.4º85.45%43.14%-
XYZ9.699.691.85-
YUV84.0289.61146.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 52.38%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 16 (6.64% from 255) = 7.62%
R=52.38%
G=40%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110841600.240.850.5743.474.624.71
Hex6E541001855392b4b19
Octal15612420030125715311331
Binary11011101010100100000110001010101111001101011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,84,16); }

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

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

 a { background-color: rgb(110,84,16); }

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

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

 span { border-color: rgb(110,84,16); }

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