#6A5414

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

Shades of Raw Umber #6A5414

Tints of Raw Umber #6A5414

Color information

#6A5414 (or 0x6A5414) is unknown color: approx Raw Umber. HEX triplet: 6A, 54 and 14. RGB value is (106,84,20). Sum of RGB (Red+Green+Blue) = 106+84+20=210 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.48% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5414 is #95ABEB. Grayscale: #535353. Windows color (decimal): -9808876 or 1332330. OLE color: 1332330.

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

Color convert

RGB1068420-
CMYK00.210.810.58
HSL44.65º68.25%24.71%-
HSV(B)44.65º81.13%41.57%-
XYZ9.249.462-
YUV83.2892.29144.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.48%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 20 (8.20% from 255) = 9.52%
R=50.48%
G=40%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106842000.210.810.5844.6568.2524.71
Hex6A5414015513A2d4419
Octal15212424025121725510431
Binary11010101010100101000101011010001111010101101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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