#6E5C0F

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

Shades of Raw Umber #6E5C0F

Tints of Raw Umber #6E5C0F

Color information

#6E5C0F (or 0x6E5C0F) is unknown color: approx Raw Umber. HEX triplet: 6E, 5C and 0F. RGB value is (110,92,15). Sum of RGB (Red+Green+Blue) = 110+92+15=217 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.69% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5C0F is #91A3F0. Grayscale: #585858. Windows color (decimal): -9544689 or 1006702. OLE color: 1006702.

HSL color Cylindrical-coordinate representation of color #6E5C0F: hue angle of 48.63º 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 #6E5C0F is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB1109215-
CMYK00.160.860.57
HSL48.63º76%24.51%-
HSV(B)48.63º86.36%43.14%-
XYZ10.34112.03-
YUV88.686.46143.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.69%
GREEN value IS 92 (36.33% from 255) = 42.40%
BLUE value IS 15 (6.25% from 255) = 6.91%
R=50.69%
G=42.40%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110921500.160.860.5748.637624.51
Hex6E5CF0105639314c19
Octal15613417020126716111431
Binary1101110101110011110100001010110111001110001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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