#6D520A

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

Shades of Raw Umber #6D520A

Tints of Raw Umber #6D520A

Color information

#6D520A (or 0x6D520A) is unknown color: approx Raw Umber. HEX triplet: 6D, 52 and 0A. RGB value is (109,82,10). Sum of RGB (Red+Green+Blue) = 109+82+10=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D520A is #92ADF5. Grayscale: #525252. Windows color (decimal): -9612790 or 676461. OLE color: 676461.

HSL color Cylindrical-coordinate representation of color #6D520A: hue angle of 43.64º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D520A is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.57.

Color convert

RGB1098210-
CMYK00.250.910.57
HSL43.64º83.19%23.33%-
HSV(B)43.64º90.83%42.75%-
XYZ9.389.311.59-
YUV81.8687.45147.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.23%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 10 (4.30% from 255) = 4.98%
R=54.23%
G=40.80%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.91
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109821000.250.910.5743.6483.1923.33
Hex6D52A0195B392c5317
Octal15512212031133715412327
Binary1101101101001010100110011011011111001101100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,82,10); }

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

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

 a { background-color: rgb(109,82,10); }

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

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

 span { border-color: rgb(109,82,10); }

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