Html Css Color HEX #86501C Russet

📋 copy color: '#86501C'

red 134 ◦ green 80 ◦ blue 28

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

Shades of Russet #86501C

Tints of Russet #86501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.57%

R = 55.37%
G = 33.06%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86501C (or 0x86501C) is known color: Russet. HEX triplet: 86, 50 and 1C. RGB value is (134,80,28). Sum of RGB (Red+Green+Blue) = 134+80+28=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #86501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86501C is #79AFE3. Grayscale: #5A5A5A. Windows color (decimal): -7974884 or 1855622. OLE color: 1855622.

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

Color convert

RGB 134 80 28 -
CMYK 0 0.40 0.79 0.47
HSL 29.43º 0.65% 0.32% -
HSV(B) 29.43º 0.79% 0.53% -
XYZ 12.91 10.89 2.52 -
YUV 90.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 134 80 28 0 0.40 0.79 0.47 29.43 0.65 0.32
Hex 86 50 1C 0 28 4F 2F 1D 41 20
Octal 206 120 34 0 50 117 57 35 101 40
Binary 10000110 1010000 11100 0 101000 1001111 101111 11101 1000001 100000

Color Harmonies of #86501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86501C

Black with #86501C

Text Example


Text Example

White with #86501C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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