#865612

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

Shades of Raw Umber #865612

Tints of Raw Umber #865612

Color information

#865612 (or 0x865612) is unknown color: approx Raw Umber. HEX triplet: 86, 56 and 12. RGB value is (134,86,18). Sum of RGB (Red+Green+Blue) = 134+86+18=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #865612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865612 is #79A9ED. Grayscale: #5C5C5C. Windows color (decimal): -7973358 or 1201798. OLE color: 1201798.

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

Color convert

RGB1348618-
CMYK00.360.870.47
HSL35.17º76.32%29.8%-
HSV(B)35.17º86.57%52.55%-
XYZ13.2711.772.14-
YUV92.685.9157.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.30%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 18 (7.42% from 255) = 7.56%
R=56.30%
G=36.13%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134861800.360.870.4735.1776.3229.8
Hex865612024572F234c1e
Octal20612622044127574311436
Binary1000011010101101001001001001010111101111100011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865612; }

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

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

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

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

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

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

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

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