#6E3C00

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

Shades of Raw Umber #6E3C00

Tints of Raw Umber #6E3C00

Color information

#6E3C00 (or 0x6E3C00) is unknown color: approx Raw Umber. HEX triplet: 6E, 3C and 00. RGB value is (110,60,0). Sum of RGB (Red+Green+Blue) = 110+60+0=170 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.71% from 170); Green value is 60 (23.83% from 255 or 35.29% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E3C00 is #91C3FF. Grayscale: #444444. Windows color (decimal): -9552896 or 15470. OLE color: 15470.

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

Color convert

RGB110600-
CMYK00.4510.57
HSL32.73º100%21.57%-
HSV(B)32.73º100%43.14%-
XYZ8.056.550.84-
YUV68.1189.56157.88-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 64.71%
GREEN value IS 60 (23.83% from 255) = 35.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.71%
G=35.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11060000.4510.5732.7310021.57
Hex6E3C002D6439216416
Octal156740055144714114426
Binary1101110111100001011011100100111001100001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,60,0); }

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

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

 a { background-color: rgb(110,60,0); }

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

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

 span { border-color: rgb(110,60,0); }

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