#875506

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

Shades of Raw Umber #875506

Tints of Raw Umber #875506

Color information

#875506 (or 0x875506) is unknown color: approx Raw Umber. HEX triplet: 87, 55 and 06. RGB value is (135,85,6). Sum of RGB (Red+Green+Blue) = 135+85+6=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #875506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875506 is #78AAF9. Grayscale: #5B5B5B. Windows color (decimal): -7908090 or 415111. OLE color: 415111.

HSL color Cylindrical-coordinate representation of color #875506: hue angle of 36.74º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #875506 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB135856-
CMYK00.370.960.47
HSL36.74º91.49%27.65%-
HSV(B)36.74º95.56%52.94%-
XYZ13.2711.661.72-
YUV90.9480.06159.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.73%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 6 (2.73% from 255) = 2.65%
R=59.73%
G=37.61%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13585600.370.960.4736.7491.4927.65
Hex87556025602F255b1c
Octal2071256045140574513334
Binary10000111101010111001001011100000101111100101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875506; }

 p { color: rgb(135,85,6); }

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

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

 a { background-color: rgb(135,85,6); }

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

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

 span { border-color: rgb(135,85,6); }

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