Html Css Color HEX #866A5F Russett

📋 copy color: '#866A5F'

red 134 ◦ green 106 ◦ blue 95

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

Shades of Russett #866A5F

Tints of Russett #866A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.64%

 BLUE value IS 95 (37.5% from 255) = 28.36%

R = 40%
G = 31.64%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#866A5F (or 0x866A5F) is known color: Russett. HEX triplet: 86, 6A and 5F. RGB value is (134,106,95). Sum of RGB (Red+Green+Blue) = 134+106+95=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #866A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866A5F is #7995A0. Grayscale: #717171. Windows color (decimal): -7968161 or 6253190. OLE color: 6253190.

HSL color Cylindrical-coordinate representation of color #866A5F: hue angle of 16.92º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #866A5F is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 106 95 -
CMYK 0 0.21 0.29 0.47
HSL 16.92º 0.17% 0.45% -
HSV(B) 16.92º 0.29% 0.53% -
XYZ 17.05 16.2 13.06 -
YUV 113.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 134 106 95 0 0.21 0.29 0.47 16.92 0.17 0.45
Hex 86 6A 5F 0 15 1D 2F 11 11 2D
Octal 206 152 137 0 25 35 57 21 21 55
Binary 10000110 1101010 1011111 0 10101 11101 101111 10001 10001 101101

Color Harmonies of #866A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866A5F

Black with #866A5F

Text Example


Text Example

White with #866A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866A5F; }

 p { color: rgb(134,106,95); }

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

background-color css

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

 a { background-color: rgb(134,106,95); }

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

border-color css

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

 span { border-color: rgb(134,106,95); }

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