Html Css Color HEX #866031 Rusty Nail

📋 copy color: '#866031'

red 134 ◦ green 96 ◦ blue 49

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

Shades of Rusty Nail #866031

Tints of Rusty Nail #866031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.41%

 BLUE value IS 49 (19.53% from 255) = 17.56%

R = 48.03%
G = 34.41%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#866031 (or 0x866031) is known color: Rusty Nail. HEX triplet: 86, 60 and 31. RGB value is (134,96,49). Sum of RGB (Red+Green+Blue) = 134+96+49=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #866031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866031 is #799FCE. Grayscale: #666666. Windows color (decimal): -7970767 or 3235974. OLE color: 3235974.

HSL color Cylindrical-coordinate representation of color #866031: hue angle of 33.18º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #866031 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 96 49 -
CMYK 0 0.28 0.63 0.47
HSL 33.18º 0.46% 0.36% -
HSV(B) 33.18º 0.63% 0.53% -
XYZ 14.57 13.66 4.77 -
YUV 102 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 134 96 49 0 0.28 0.63 0.47 33.18 0.46 0.36
Hex 86 60 31 0 1C 3F 2F 21 2E 24
Octal 206 140 61 0 34 77 57 41 56 44
Binary 10000110 1100000 110001 0 11100 111111 101111 100001 101110 100100

Color Harmonies of #866031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866031

Black with #866031

Text Example


Text Example

White with #866031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866031; }

 p { color: rgb(134,96,49); }

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

background-color css

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

 a { background-color: rgb(134,96,49); }

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

border-color css

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

 span { border-color: rgb(134,96,49); }

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