#6A4001

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

Shades of Raw Umber #6A4001

Tints of Raw Umber #6A4001

Color information

#6A4001 (or 0x6A4001) is unknown color: approx Raw Umber. HEX triplet: 6A, 40 and 01. RGB value is (106,64,1). Sum of RGB (Red+Green+Blue) = 106+64+1=171 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.99% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4001 is #95BFFE. Grayscale: #454545. Windows color (decimal): -9814015 or 82026. OLE color: 82026.

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

Color convert

RGB106641-
CMYK00.400.990.58
HSL36º98.13%20.98%-
HSV(B)36º99.06%41.57%-
XYZ7.786.730.92-
YUV69.3889.41154.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 61.99%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=61.99%
G=37.43%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10664100.400.990.583698.1320.98
Hex6A401028633A246215
Octal1521001050143724414225
Binary11010101000000101010001100011111010100100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,64,1); }

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

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

 a { background-color: rgb(106,64,1); }

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

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

 span { border-color: rgb(106,64,1); }

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