#6E4511

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

Shades of Raw Umber #6E4511

Tints of Raw Umber #6E4511

Color information

#6E4511 (or 0x6E4511) is unknown color: approx Raw Umber. HEX triplet: 6E, 45 and 11. RGB value is (110,69,17). Sum of RGB (Red+Green+Blue) = 110+69+17=196 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.12% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4511 is #91BAEE. Grayscale: #4B4B4B. Windows color (decimal): -9550575 or 1131886. OLE color: 1131886.

HSL color Cylindrical-coordinate representation of color #6E4511: hue angle of 33.55º degrees, saturation: 0.73, 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 #6E4511 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB1106917-
CMYK00.370.850.57
HSL33.55º73.23%24.9%-
HSV(B)33.55º84.55%43.14%-
XYZ8.667.611.54-
YUV75.3395.08152.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 56.12%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 17 (7.03% from 255) = 8.67%
R=56.12%
G=35.20%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110691700.370.850.5733.5573.2324.9
Hex6E45110255539224919
Octal15610521045125714211131
Binary110111010001011000101001011010101111001100010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,69,17); }

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

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

 a { background-color: rgb(110,69,17); }

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

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

 span { border-color: rgb(110,69,17); }

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