Html Css Color HEX #86411C Russet

📋 copy color: '#86411C'

red 134 ◦ green 65 ◦ blue 28

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

Shades of Russet #86411C

Tints of Russet #86411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.63%

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

R = 59.03%
G = 28.63%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86411C (or 0x86411C) is known color: Russet. HEX triplet: 86, 41 and 1C. RGB value is (134,65,28). Sum of RGB (Red+Green+Blue) = 134+65+28=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #86411C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86411C is #79BEE3. Grayscale: #515151. Windows color (decimal): -7978724 or 1851782. OLE color: 1851782.

HSL color Cylindrical-coordinate representation of color #86411C: hue angle of 20.94º 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 #86411C is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 65 28 -
CMYK 0 0.51 0.79 0.47
HSL 20.94º 0.65% 0.32% -
HSV(B) 20.94º 0.79% 0.53% -
XYZ 11.93 8.93 2.19 -
YUV 81.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 134 65 28 0 0.51 0.79 0.47 20.94 0.65 0.32
Hex 86 41 1C 0 33 4F 2F 15 41 20
Octal 206 101 34 0 63 117 57 25 101 40
Binary 10000110 1000001 11100 0 110011 1001111 101111 10101 1000001 100000

Color Harmonies of #86411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86411C

Black with #86411C

Text Example


Text Example

White with #86411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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