Html Css Color HEX #86401E Russet

📋 copy color: '#86401E'

red 134 ◦ green 64 ◦ blue 30

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

Shades of Russet #86401E

Tints of Russet #86401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.07%

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

R = 58.77%
G = 28.07%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86401E (or 0x86401E) is known color: Russet. HEX triplet: 86, 40 and 1E. RGB value is (134,64,30). Sum of RGB (Red+Green+Blue) = 134+64+30=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #86401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86401E is #79BFE1. Grayscale: #515151. Windows color (decimal): -7978978 or 1982598. OLE color: 1982598.

HSL color Cylindrical-coordinate representation of color #86401E: hue angle of 19.62º 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 #86401E is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 64 30 -
CMYK 0 0.52 0.78 0.47
HSL 19.62º 0.63% 0.32% -
HSV(B) 19.62º 0.78% 0.53% -
XYZ 11.9 8.83 2.31 -
YUV 81.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 134 64 30 0 0.52 0.78 0.47 19.62 0.63 0.32
Hex 86 40 1E 0 34 4E 2F 14 3F 20
Octal 206 100 36 0 64 116 57 24 77 40
Binary 10000110 1000000 11110 0 110100 1001110 101111 10100 111111 100000

Color Harmonies of #86401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86401E

Black with #86401E

Text Example


Text Example

White with #86401E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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