Html Css Color HEX #866431 Rusty Nail

📋 copy color: '#866431'

red 134 ◦ green 100 ◦ blue 49

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

Shades of Rusty Nail #866431

Tints of Rusty Nail #866431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.34%

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

R = 47.35%
G = 35.34%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#866431 (or 0x866431) is known color: Rusty Nail. HEX triplet: 86, 64 and 31. RGB value is (134,100,49). Sum of RGB (Red+Green+Blue) = 134+100+49=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #866431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866431 is #799BCE. Grayscale: #686868. Windows color (decimal): -7969743 or 3236998. OLE color: 3236998.

HSL color Cylindrical-coordinate representation of color #866431: hue angle of 36º 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 #866431 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 100 49 -
CMYK 0 0.25 0.63 0.47
HSL 36º 0.46% 0.36% -
HSV(B) 36º 0.63% 0.53% -
XYZ 14.94 14.4 4.9 -
YUV 104.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 134 100 49 0 0.25 0.63 0.47 36 0.46 0.36
Hex 86 64 31 0 19 3F 2F 24 2E 24
Octal 206 144 61 0 31 77 57 44 56 44
Binary 10000110 1100100 110001 0 11001 111111 101111 100100 101110 100100

Color Harmonies of #866431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866431

Black with #866431

Text Example


Text Example

White with #866431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866431; }

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

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

background-color css

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

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

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

border-color css

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

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

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