Html Css Color HEX #866A5E Russett

📋 copy color: '#866A5E'

red 134 ◦ green 106 ◦ blue 94

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

Shades of Russett #866A5E

Tints of Russett #866A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.14%

R = 40.12%
G = 31.74%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#866A5E (or 0x866A5E) is known color: Russett. HEX triplet: 86, 6A and 5E. RGB value is (134,106,94). Sum of RGB (Red+Green+Blue) = 134+106+94=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #866A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866A5E is #7995A1. Grayscale: #717171. Windows color (decimal): -7968162 or 6187654. OLE color: 6187654.

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

Color convert

RGB 134 106 94 -
CMYK 0 0.21 0.30 0.47
HSL 18º 0.18% 0.45% -
HSV(B) 18º 0.3% 0.53% -
XYZ 17.01 16.18 12.82 -
YUV 113 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 134 106 94 0 0.21 0.30 0.47 18 0.18 0.45
Hex 86 6A 5E 0 15 1E 2F 12 12 2D
Octal 206 152 136 0 25 36 57 22 22 55
Binary 10000110 1101010 1011110 0 10101 11110 101111 10010 10010 101101

Color Harmonies of #866A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866A5E

Black with #866A5E

Text Example


Text Example

White with #866A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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