Html Css Color HEX #865016 Russet

📋 copy color: '#865016'

red 134 ◦ green 80 ◦ blue 22

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

Shades of Russet #865016

Tints of Russet #865016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.9%

 BLUE value IS 22 (8.98% from 255) = 9.32%

R = 56.78%
G = 33.9%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#865016 (or 0x865016) is known color: Russet. HEX triplet: 86, 50 and 16. RGB value is (134,80,22). Sum of RGB (Red+Green+Blue) = 134+80+22=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #865016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865016 is #79AFE9. Grayscale: #595959. Windows color (decimal): -7974890 or 1462406. OLE color: 1462406.

HSL color Cylindrical-coordinate representation of color #865016: hue angle of 31.07º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #865016 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 80 22 -
CMYK 0 0.40 0.84 0.47
HSL 31.07º 0.72% 0.31% -
HSV(B) 31.07º 0.84% 0.53% -
XYZ 12.85 10.86 2.18 -
YUV 89.53 89.89 159.72 -
System Red Green Blue C M Y K H S L
Decimal 134 80 22 0 0.40 0.84 0.47 31.07 0.72 0.31
Hex 86 50 16 0 28 54 2F 1F 48 1F
Octal 206 120 26 0 50 124 57 37 110 37
Binary 10000110 1010000 10110 0 101000 1010100 101111 11111 1001000 11111

Color Harmonies of #865016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865016

Black with #865016

Text Example


Text Example

White with #865016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865016; }

 p { color: rgb(134,80,22); }

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

background-color css

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

 a { background-color: rgb(134,80,22); }

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

border-color css

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

 span { border-color: rgb(134,80,22); }

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