#6E5502

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

Shades of Raw Umber #6E5502

Tints of Raw Umber #6E5502

Color information

#6E5502 (or 0x6E5502) is unknown color: approx Raw Umber. HEX triplet: 6E, 55 and 02. RGB value is (110,85,2). Sum of RGB (Red+Green+Blue) = 110+85+2=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E5502 is #91AAFD. Grayscale: #535353. Windows color (decimal): -9546494 or 152942. OLE color: 152942.

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

Color convert

RGB110852-
CMYK00.230.980.57
HSL46.11º96.43%21.96%-
HSV(B)46.11º98.18%43.14%-
XYZ9.699.821.44-
YUV83.0182.28147.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55.84%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=55.84%
G=43.15%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11085200.230.980.5746.1196.4321.96
Hex6E55201762392e6016
Octal1561252027142715614026
Binary11011101010101100101111100010111001101110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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