#845606

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

Shades of Raw Umber #845606

Tints of Raw Umber #845606

Color information

#845606 (or 0x845606) is unknown color: approx Raw Umber. HEX triplet: 84, 56 and 06. RGB value is (132,86,6). Sum of RGB (Red+Green+Blue) = 132+86+6=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #845606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845606 is #7BA9F9. Grayscale: #5B5B5B. Windows color (decimal): -8104442 or 415364. OLE color: 415364.

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

Color convert

RGB132866-
CMYK00.350.950.48
HSL38.1º91.3%27.06%-
HSV(B)38.1º95.45%51.76%-
XYZ12.8811.571.73-
YUV90.6380.24157.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.93%
GREEN value IS 86 (33.98% from 255) = 38.39%
BLUE value IS 6 (2.73% from 255) = 2.68%
R=58.93%
G=38.39%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13286600.350.950.4838.191.327.06
Hex845660235F30265b1b
Octal2041266043137604613333
Binary10000100101011011001000111011111110000100110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845606; }

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

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

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

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

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

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

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

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