Html Css Color HEX #86501A Russet

📋 copy color: '#86501A'

red 134 ◦ green 80 ◦ blue 26

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

Shades of Russet #86501A

Tints of Russet #86501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.33%

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 55.83%
G = 33.33%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#86501A (or 0x86501A) is known color: Russet. HEX triplet: 86, 50 and 1A. RGB value is (134,80,26). Sum of RGB (Red+Green+Blue) = 134+80+26=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #86501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86501A is #79AFE5. Grayscale: #5A5A5A. Windows color (decimal): -7974886 or 1724550. OLE color: 1724550.

HSL color Cylindrical-coordinate representation of color #86501A: hue angle of 30º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86501A is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 80 26 -
CMYK 0 0.40 0.81 0.47
HSL 30º 0.68% 0.31% -
HSV(B) 30º 0.81% 0.53% -
XYZ 12.89 10.88 2.4 -
YUV 89.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 134 80 26 0 0.40 0.81 0.47 30 0.68 0.31
Hex 86 50 1A 0 28 51 2F 1E 44 1F
Octal 206 120 32 0 50 121 57 36 104 37
Binary 10000110 1010000 11010 0 101000 1010001 101111 11110 1000100 11111

Color Harmonies of #86501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86501A

Black with #86501A

Text Example


Text Example

White with #86501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86501A; }

 p { color: rgb(134,80,26); }

 H1.HeaderClassName
 {
   color: #86501A;
 }
 .AnyTagClassName
 {
   color: #86501A;
 }
</style>

background-color css

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

 a { background-color: rgb(134,80,26); }

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

border-color css

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

 span { border-color: rgb(134,80,26); }

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