#6A5114

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

Shades of Raw Umber #6A5114

Tints of Raw Umber #6A5114

Color information

#6A5114 (or 0x6A5114) is unknown color: approx Raw Umber. HEX triplet: 6A, 51 and 14. RGB value is (106,81,20). Sum of RGB (Red+Green+Blue) = 106+81+20=207 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.21% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5114 is #95AEEB. Grayscale: #515151. Windows color (decimal): -9809644 or 1331562. OLE color: 1331562.

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

Color convert

RGB1068120-
CMYK00.240.810.58
HSL42.56º68.25%24.71%-
HSV(B)42.56º81.13%41.57%-
XYZ9.0191.92-
YUV81.5293.28145.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.21%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 20 (8.20% from 255) = 9.66%
R=51.21%
G=39.13%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106812000.240.810.5842.5668.2524.71
Hex6A5114018513A2b4419
Octal15212124030121725310431
Binary11010101010001101000110001010001111010101011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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