#6A4801

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

Shades of Raw Umber #6A4801

Tints of Raw Umber #6A4801

Color information

#6A4801 (or 0x6A4801) is unknown color: approx Raw Umber. HEX triplet: 6A, 48 and 01. RGB value is (106,72,1). Sum of RGB (Red+Green+Blue) = 106+72+1=179 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.22% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4801 is #95B7FE. Grayscale: #4A4A4A. Windows color (decimal): -9811967 or 84074. OLE color: 84074.

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

Color convert

RGB106721-
CMYK00.320.990.58
HSL40.57º98.13%20.98%-
HSV(B)40.57º99.06%41.57%-
XYZ8.277.71.08-
YUV74.0786.76150.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 59.22%
GREEN value IS 72 (28.52% from 255) = 40.22%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=59.22%
G=40.22%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10672100.320.990.5840.5798.1320.98
Hex6A481020633A296215
Octal1521101040143725114225
Binary11010101001000101000001100011111010101001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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