Html Css Color HEX #86411B Russet

📋 copy color: '#86411B'

red 134 ◦ green 65 ◦ blue 27

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

Shades of Russet #86411B

Tints of Russet #86411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.95%

R = 59.29%
G = 28.76%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#86411B (or 0x86411B) is known color: Russet. HEX triplet: 86, 41 and 1B. RGB value is (134,65,27). Sum of RGB (Red+Green+Blue) = 134+65+27=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #86411B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86411B is #79BEE4. Grayscale: #515151. Windows color (decimal): -7978725 or 1786246. OLE color: 1786246.

HSL color Cylindrical-coordinate representation of color #86411B: hue angle of 21.31º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86411B is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 65 27 -
CMYK 0 0.51 0.80 0.47
HSL 21.31º 0.66% 0.32% -
HSV(B) 21.31º 0.8% 0.53% -
XYZ 11.92 8.93 2.13 -
YUV 81.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 134 65 27 0 0.51 0.80 0.47 21.31 0.66 0.32
Hex 86 41 1B 0 33 50 2F 15 42 20
Octal 206 101 33 0 63 120 57 25 102 40
Binary 10000110 1000001 11011 0 110011 1010000 101111 10101 1000010 100000

Color Harmonies of #86411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86411B

Black with #86411B

Text Example


Text Example

White with #86411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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