#6A4514

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

Shades of Raw Umber #6A4514

Tints of Raw Umber #6A4514

Color information

#6A4514 (or 0x6A4514) is unknown color: approx Raw Umber. HEX triplet: 6A, 45 and 14. RGB value is (106,69,20). Sum of RGB (Red+Green+Blue) = 106+69+20=195 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.36% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A4514 is #95BAEB. Grayscale: #4A4A4A. Windows color (decimal): -9812716 or 1328490. OLE color: 1328490.

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

Color convert

RGB1066920-
CMYK00.350.810.58
HSL34.19º68.25%24.71%-
HSV(B)34.19º81.13%41.57%-
XYZ8.27.371.65-
YUV74.4897.26150.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.36%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=54.36%
G=35.38%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106692000.350.810.5834.1968.2524.71
Hex6A4514023513A224419
Octal15210524043121724210431
Binary110101010001011010001000111010001111010100010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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