Html Css Color HEX #866C5F Russett

📋 copy color: '#866C5F'

red 134 ◦ green 108 ◦ blue 95

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

Shades of Russett #866C5F

Tints of Russett #866C5F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.05%

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

R = 39.76%
G = 32.05%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#866C5F (or 0x866C5F) is known color: Russett. HEX triplet: 86, 6C and 5F. RGB value is (134,108,95). Sum of RGB (Red+Green+Blue) = 134+108+95=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #866C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C5F is #7993A0. Grayscale: #727272. Windows color (decimal): -7967649 or 6253702. OLE color: 6253702.

HSL color Cylindrical-coordinate representation of color #866C5F: hue angle of 20º 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 #866C5F is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 108 95 -
CMYK 0 0.19 0.29 0.47
HSL 20º 0.17% 0.45% -
HSV(B) 20º 0.29% 0.53% -
XYZ 17.26 16.62 13.12 -
YUV 114.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 134 108 95 0 0.19 0.29 0.47 20 0.17 0.45
Hex 86 6C 5F 0 13 1D 2F 14 11 2D
Octal 206 154 137 0 23 35 57 24 21 55
Binary 10000110 1101100 1011111 0 10011 11101 101111 10100 10001 101101

Color Harmonies of #866C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866C5F

Black with #866C5F

Text Example


Text Example

White with #866C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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