#6A5101

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

Shades of Raw Umber #6A5101

Tints of Raw Umber #6A5101

Color information

#6A5101 (or 0x6A5101) is unknown color: approx Raw Umber. HEX triplet: 6A, 51 and 01. RGB value is (106,81,1). Sum of RGB (Red+Green+Blue) = 106+81+1=188 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.38% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5101 is #95AEFE. Grayscale: #4F4F4F. Windows color (decimal): -9809663 or 86378. OLE color: 86378.

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

Color convert

RGB106811-
CMYK00.240.990.58
HSL45.71º98.13%20.98%-
HSV(B)45.71º99.06%41.57%-
XYZ8.898.951.29-
YUV79.3683.78147-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.38%
GREEN value IS 81 (32.03% from 255) = 43.09%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=56.38%
G=43.09%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10681100.240.990.5845.7198.1320.98
Hex6A511018633A2e6215
Octal1521211030143725614225
Binary1101010101000110110001100011111010101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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