Html Css Color HEX #86511E Russet

📋 copy color: '#86511E'

red 134 ◦ green 81 ◦ blue 30

#86511E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Russet #86511E

Tints of Russet #86511E

RGB

 RED value IS 134 (52.73% from 255) = 54.69%

 GREEN value IS 81 (32.03% from 255) = 33.06%

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 54.69%
G = 33.06%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86511E (or 0x86511E) is known color: Russet. HEX triplet: 86, 51 and 1E. RGB value is (134,81,30). Sum of RGB (Red+Green+Blue) = 134+81+30=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86511E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86511E is #79AEE1. Grayscale: #5B5B5B. Windows color (decimal): -7974626 or 1986950. OLE color: 1986950.

HSL color Cylindrical-coordinate representation of color #86511E: hue angle of 29.42º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86511E is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 81 30 -
CMYK 0 0.40 0.78 0.47
HSL 29.42º 0.63% 0.32% -
HSV(B) 29.42º 0.78% 0.53% -
XYZ 13.01 11.05 2.67 -
YUV 91.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 134 81 30 0 0.40 0.78 0.47 29.42 0.63 0.32
Hex 86 51 1E 0 28 4E 2F 1D 3F 20
Octal 206 121 36 0 50 116 57 35 77 40
Binary 10000110 1010001 11110 0 101000 1001110 101111 11101 111111 100000

Color Harmonies of #86511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86511E

Black with #86511E

Text Example


Text Example

White with #86511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86511E; }

 p { color: rgb(134,81,30); }

 H1.HeaderClassName
 {
   color: #86511E;
 }
 .AnyTagClassName
 {
   color: #86511E;
 }
</style>

background-color css

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

 a { background-color: rgb(134,81,30); }

 div.DivClassName
 {
   background-color: #86511E;
 }
 .BgClassName
 {
   background-color: #86511E;
 }
</style>

border-color css

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

 span { border-color: rgb(134,81,30); }

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