#6A3A01

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

Shades of Raw Umber #6A3A01

Tints of Raw Umber #6A3A01

Color information

#6A3A01 (or 0x6A3A01) is unknown color: approx Raw Umber. HEX triplet: 6A, 3A and 01. RGB value is (106,58,1). Sum of RGB (Red+Green+Blue) = 106+58+1=165 (21% of max value = 765). Red value is 106 (41.80% from 255 or 64.24% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A3A01 is #95C5FE. Grayscale: #424242. Windows color (decimal): -9815551 or 80490. OLE color: 80490.

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

Color convert

RGB106581-
CMYK00.450.990.58
HSL32.57º98.13%20.98%-
HSV(B)32.57º99.06%41.57%-
XYZ7.466.090.81-
YUV65.8591.4156.63-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 64.24%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=64.24%
G=35.15%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10658100.450.990.5832.5798.1320.98
Hex6A3A102D633A216215
Octal152721055143724114225
Binary1101010111010101011011100011111010100001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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