#845706

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

Shades of Raw Umber #845706

Tints of Raw Umber #845706

Color information

#845706 (or 0x845706) is unknown color: approx Raw Umber. HEX triplet: 84, 57 and 06. RGB value is (132,87,6). Sum of RGB (Red+Green+Blue) = 132+87+6=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #845706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845706 is #7BA8F9. Grayscale: #5B5B5B. Windows color (decimal): -8104186 or 415620. OLE color: 415620.

HSL color Cylindrical-coordinate representation of color #845706: hue angle of 38.57º 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 #845706 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB132876-
CMYK00.340.950.48
HSL38.57º91.3%27.06%-
HSV(B)38.57º95.45%51.76%-
XYZ12.9611.741.75-
YUV91.2279.91157.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.67%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 6 (2.73% from 255) = 2.67%
R=58.67%
G=38.67%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13287600.340.950.4838.5791.327.06
Hex845760225F30275b1b
Octal2041276042137604713333
Binary10000100101011111001000101011111110000100111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845706; }

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

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

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

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

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

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

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

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