#845B06

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

Shades of Raw Umber #845B06

Tints of Raw Umber #845B06

Color information

#845B06 (or 0x845B06) is unknown color: approx Raw Umber. HEX triplet: 84, 5B and 06. RGB value is (132,91,6). Sum of RGB (Red+Green+Blue) = 132+91+6=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #845B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845B06 is #7BA4F9. Grayscale: #5D5D5D. Windows color (decimal): -8103162 or 416644. OLE color: 416644.

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

Color convert

RGB132916-
CMYK00.310.950.48
HSL40.48º91.3%27.06%-
HSV(B)40.48º95.45%51.76%-
XYZ13.2912.41.87-
YUV93.5778.58155.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.64%
GREEN value IS 91 (35.94% from 255) = 39.74%
BLUE value IS 6 (2.73% from 255) = 2.62%
R=57.64%
G=39.74%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13291600.310.950.4840.4891.327.06
Hex845B601F5F30285b1b
Octal2041336037137605013333
Binary1000010010110111100111111011111110000101000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845B06; }

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

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

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

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

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

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

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

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