#6A4B03

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

Shades of Raw Umber #6A4B03

Tints of Raw Umber #6A4B03

Color information

#6A4B03 (or 0x6A4B03) is unknown color: approx Raw Umber. HEX triplet: 6A, 4B and 03. RGB value is (106,75,3). Sum of RGB (Red+Green+Blue) = 106+75+3=184 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.61% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4B03 is #95B4FC. Grayscale: #4C4C4C. Windows color (decimal): -9811197 or 215914. OLE color: 215914.

HSL color Cylindrical-coordinate representation of color #6A4B03: hue angle of 41.94º 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 #6A4B03 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB106753-
CMYK00.290.970.58
HSL41.94º94.5%21.37%-
HSV(B)41.94º97.17%41.57%-
XYZ8.488.11.2-
YUV76.0686.77149.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.61%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 3 (1.56% from 255) = 1.63%
R=57.61%
G=40.76%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10675300.290.970.5841.9494.521.37
Hex6A4B301D613A2a5e15
Octal1521133035141725213625
Binary11010101001011110111011100001111010101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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