Html Css Color HEX #86421B Russet

📋 copy color: '#86421B'

red 134 ◦ green 66 ◦ blue 27

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

Shades of Russet #86421B

Tints of Russet #86421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

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

R = 59.03%
G = 29.07%
B = 11.89%

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

#86421B (or 0x86421B) is known color: Russet. HEX triplet: 86, 42 and 1B. RGB value is (134,66,27). Sum of RGB (Red+Green+Blue) = 134+66+27=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #86421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86421B is #79BDE4. Grayscale: #525252. Windows color (decimal): -7978469 or 1786502. OLE color: 1786502.

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

Color convert

RGB 134 66 27 -
CMYK 0 0.51 0.80 0.47
HSL 21.87º 0.66% 0.32% -
HSV(B) 21.87º 0.8% 0.53% -
XYZ 11.98 9.04 2.15 -
YUV 81.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 134 66 27 0 0.51 0.80 0.47 21.87 0.66 0.32
Hex 86 42 1B 0 33 50 2F 16 42 20
Octal 206 102 33 0 63 120 57 26 102 40
Binary 10000110 1000010 11011 0 110011 1010000 101111 10110 1000010 100000

Color Harmonies of #86421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86421B

Black with #86421B

Text Example


Text Example

White with #86421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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