#6E4102

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

Shades of Raw Umber #6E4102

Tints of Raw Umber #6E4102

Color information

#6E4102 (or 0x6E4102) is unknown color: approx Raw Umber. HEX triplet: 6E, 41 and 02. RGB value is (110,65,2). Sum of RGB (Red+Green+Blue) = 110+65+2=177 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.15% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E4102 is #91BEFD. Grayscale: #474747. Windows color (decimal): -9551614 or 147822. OLE color: 147822.

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

Color convert

RGB110652-
CMYK00.410.980.57
HSL35º96.43%21.96%-
HSV(B)35º98.18%43.14%-
XYZ8.337.10.99-
YUV71.2788.91155.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 62.15%
GREEN value IS 65 (25.78% from 255) = 36.72%
BLUE value IS 2 (1.17% from 255) = 1.13%
R=62.15%
G=36.72%
B=1.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11065200.410.980.573596.4321.96
Hex6E4120296239236016
Octal1561012051142714314026
Binary110111010000011001010011100010111001100011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,65,2); }

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

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

 a { background-color: rgb(110,65,2); }

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

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

 span { border-color: rgb(110,65,2); }

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