#865608

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

Shades of Raw Umber #865608

Tints of Raw Umber #865608

Color information

#865608 (or 0x865608) is unknown color: approx Raw Umber. HEX triplet: 86, 56 and 08. RGB value is (134,86,8). Sum of RGB (Red+Green+Blue) = 134+86+8=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #865608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865608 is #79A9F7. Grayscale: #5B5B5B. Windows color (decimal): -7973368 or 546438. OLE color: 546438.

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

Color convert

RGB134868-
CMYK00.360.940.47
HSL37.14º88.73%27.84%-
HSV(B)37.14º94.03%52.55%-
XYZ13.211.741.8-
YUV91.4680.9158.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.77%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 8 (3.52% from 255) = 3.51%
R=58.77%
G=37.72%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13486800.360.940.4737.1488.7327.84
Hex865680245E2F25591c
Octal20612610044136574513134
Binary100001101010110100001001001011110101111100101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865608; }

 p { color: rgb(134,86,8); }

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

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

 a { background-color: rgb(134,86,8); }

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

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

 span { border-color: rgb(134,86,8); }

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