Html Css Color HEX #86421E Russet

📋 copy color: '#86421E'

red 134 ◦ green 66 ◦ blue 30

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

Shades of Russet #86421E

Tints of Russet #86421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.04%

R = 58.26%
G = 28.7%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86421E (or 0x86421E) is known color: Russet. HEX triplet: 86, 42 and 1E. RGB value is (134,66,30). Sum of RGB (Red+Green+Blue) = 134+66+30=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #86421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86421E is #79BDE1. Grayscale: #525252. Windows color (decimal): -7978466 or 1983110. OLE color: 1983110.

HSL color Cylindrical-coordinate representation of color #86421E: hue angle of 20.77º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86421E is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 66 30 -
CMYK 0 0.51 0.78 0.47
HSL 20.77º 0.63% 0.32% -
HSV(B) 20.77º 0.78% 0.53% -
XYZ 12.01 9.06 2.34 -
YUV 82.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 134 66 30 0 0.51 0.78 0.47 20.77 0.63 0.32
Hex 86 42 1E 0 33 4E 2F 15 3F 20
Octal 206 102 36 0 63 116 57 25 77 40
Binary 10000110 1000010 11110 0 110011 1001110 101111 10101 111111 100000

Color Harmonies of #86421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86421E

Black with #86421E

Text Example


Text Example

White with #86421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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