#6A4507

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

Shades of Raw Umber #6A4507

Tints of Raw Umber #6A4507

Color information

#6A4507 (or 0x6A4507) is unknown color: approx Raw Umber. HEX triplet: 6A, 45 and 07. RGB value is (106,69,7). Sum of RGB (Red+Green+Blue) = 106+69+7=182 (24% of max value = 765). Red value is 106 (41.80% from 255 or 58.24% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4507 is #95BAF8. Grayscale: #494949. Windows color (decimal): -9812729 or 476522. OLE color: 476522.

HSL color Cylindrical-coordinate representation of color #6A4507: hue angle of 37.58º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A4507 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB106697-
CMYK00.350.930.58
HSL37.58º87.61%22.16%-
HSV(B)37.58º93.4%41.57%-
XYZ8.117.341.19-
YUV7390.76151.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.24%
GREEN value IS 69 (27.34% from 255) = 37.91%
BLUE value IS 7 (3.12% from 255) = 3.85%
R=58.24%
G=37.91%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10669700.350.930.5837.5887.6122.16
Hex6A4570235D3A265816
Octal1521057043135724613026
Binary1101010100010111101000111011101111010100110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,69,7); }

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

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

 a { background-color: rgb(106,69,7); }

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

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

 span { border-color: rgb(106,69,7); }

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