Html Css Color HEX #866130 Rusty Nail

📋 copy color: '#866130'

red 134 ◦ green 97 ◦ blue 48

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

Shades of Rusty Nail #866130

Tints of Rusty Nail #866130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.77%

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 48.03%
G = 34.77%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#866130 (or 0x866130) is known color: Rusty Nail. HEX triplet: 86, 61 and 30. RGB value is (134,97,48). Sum of RGB (Red+Green+Blue) = 134+97+48=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #866130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866130 is #799ECF. Grayscale: #666666. Windows color (decimal): -7970512 or 3170694. OLE color: 3170694.

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

Color convert

RGB 134 97 48 -
CMYK 0 0.28 0.64 0.47
HSL 34.19º 0.47% 0.36% -
HSV(B) 34.19º 0.64% 0.53% -
XYZ 14.64 13.83 4.69 -
YUV 102.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 134 97 48 0 0.28 0.64 0.47 34.19 0.47 0.36
Hex 86 61 30 0 1C 40 2F 22 2F 24
Octal 206 141 60 0 34 100 57 42 57 44
Binary 10000110 1100001 110000 0 11100 1000000 101111 100010 101111 100100

Color Harmonies of #866130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866130

Black with #866130

Text Example


Text Example

White with #866130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866130; }

 p { color: rgb(134,97,48); }

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

background-color css

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

 a { background-color: rgb(134,97,48); }

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

border-color css

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

 span { border-color: rgb(134,97,48); }

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