#6A5403

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

Shades of Raw Umber #6A5403

Tints of Raw Umber #6A5403

Color information

#6A5403 (or 0x6A5403) is unknown color: approx Raw Umber. HEX triplet: 6A, 54 and 03. RGB value is (106,84,3). Sum of RGB (Red+Green+Blue) = 106+84+3=193 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.92% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5403 is #95ABFC. Grayscale: #515151. Windows color (decimal): -9808893 or 218218. OLE color: 218218.

HSL color Cylindrical-coordinate representation of color #6A5403: hue angle of 47.18º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A5403 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB106843-
CMYK00.210.970.58
HSL47.18º94.5%21.37%-
HSV(B)47.18º97.17%41.57%-
XYZ9.139.411.42-
YUV81.3483.79145.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.92%
GREEN value IS 84 (33.20% from 255) = 43.52%
BLUE value IS 3 (1.56% from 255) = 1.55%
R=54.92%
G=43.52%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10684300.210.970.5847.1894.521.37
Hex6A543015613A2f5e15
Octal1521243025141725713625
Binary11010101010100110101011100001111010101111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,84,3); }

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

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

 a { background-color: rgb(106,84,3); }

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

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

 span { border-color: rgb(106,84,3); }

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