#865607

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

Shades of Raw Umber #865607

Tints of Raw Umber #865607

Color information

#865607 (or 0x865607) is unknown color: approx Raw Umber. HEX triplet: 86, 56 and 07. RGB value is (134,86,7). Sum of RGB (Red+Green+Blue) = 134+86+7=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #865607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865607 is #79A9F8. Grayscale: #5B5B5B. Windows color (decimal): -7973369 or 480902. OLE color: 480902.

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

Color convert

RGB134867-
CMYK00.360.950.47
HSL37.32º90.07%27.65%-
HSV(B)37.32º94.78%52.55%-
XYZ13.211.741.77-
YUV91.3580.4158.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.03%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 7 (3.12% from 255) = 3.08%
R=59.03%
G=37.89%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13486700.360.950.4737.3290.0727.65
Hex865670245F2F255a1c
Octal2061267044137574513234
Binary10000110101011011101001001011111101111100101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865607; }

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

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

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

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

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

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

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

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