#6e540c

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

Shades of Raw Umber #6E540C

Tints of Raw Umber #6E540C

Color information

#6E540C (or 0x6E540C) is unknown color: approx Raw Umber. HEX triplet: 6E, 54 and 0C. RGB value is (110,84,12). Sum of RGB (Red+Green+Blue) = 110+84+12=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E540C is #91ABF3. Grayscale: #535353. Windows color (decimal): -9546740 or 808046. OLE color: 808046.

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

Color convert

RGB1108412-
CMYK00.240.890.57
HSL44.08º80.33%23.92%-
HSV(B)44.08º89.09%43.14%-
XYZ9.679.681.71-
YUV83.5787.61146.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.40%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 12 (5.08% from 255) = 5.83%
R=53.40%
G=40.78%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.89
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110841200.240.890.5744.0880.3323.92
Hex6E54C01859392c5018
Octal15612414030131715412030
Binary1101110101010011000110001011001111001101100101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e540c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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