#845106

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

Shades of Raw Umber #845106

Tints of Raw Umber #845106

Color information

#845106 (or 0x845106) is unknown color: approx Raw Umber. HEX triplet: 84, 51 and 06. RGB value is (132,81,6). Sum of RGB (Red+Green+Blue) = 132+81+6=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #845106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845106 is #7BAEF9. Grayscale: #585858. Windows color (decimal): -8105722 or 414084. OLE color: 414084.

HSL color Cylindrical-coordinate representation of color #845106: hue angle of 35.71º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #845106 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB132816-
CMYK00.390.950.48
HSL35.71º91.3%27.06%-
HSV(B)35.71º95.45%51.76%-
XYZ12.4910.81.6-
YUV87.781.9159.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.27%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 6 (2.73% from 255) = 2.74%
R=60.27%
G=36.99%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13281600.390.950.4835.7191.327.06
Hex845160275F30245b1b
Octal2041216047137604413333
Binary10000100101000111001001111011111110000100100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845106; }

 p { color: rgb(132,81,6); }

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

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

 a { background-color: rgb(132,81,6); }

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

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

 span { border-color: rgb(132,81,6); }

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