Html Css Color HEX #86401C Russet

📋 copy color: '#86401C'

red 134 ◦ green 64 ◦ blue 28

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

Shades of Russet #86401C

Tints of Russet #86401C

RGB

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

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

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

R = 59.29%
G = 28.32%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86401C (or 0x86401C) is known color: Russet. HEX triplet: 86, 40 and 1C. RGB value is (134,64,28). Sum of RGB (Red+Green+Blue) = 134+64+28=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #86401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86401C is #79BFE3. Grayscale: #515151. Windows color (decimal): -7978980 or 1851526. OLE color: 1851526.

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

Color convert

RGB 134 64 28 -
CMYK 0 0.52 0.79 0.47
HSL 20.38º 0.65% 0.32% -
HSV(B) 20.38º 0.79% 0.53% -
XYZ 11.87 8.82 2.17 -
YUV 80.83 98.19 165.93 -
System Red Green Blue C M Y K H S L
Decimal 134 64 28 0 0.52 0.79 0.47 20.38 0.65 0.32
Hex 86 40 1C 0 34 4F 2F 14 41 20
Octal 206 100 34 0 64 117 57 24 101 40
Binary 10000110 1000000 11100 0 110100 1001111 101111 10100 1000001 100000

Color Harmonies of #86401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86401C

Black with #86401C

Text Example


Text Example

White with #86401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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