Html Css Color HEX #866430 Rusty Nail

📋 copy color: '#866430'

red 134 ◦ green 100 ◦ blue 48

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

Shades of Rusty Nail #866430

Tints of Rusty Nail #866430

RGB

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

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

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

R = 47.52%
G = 35.46%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#866430 (or 0x866430) is known color: Rusty Nail. HEX triplet: 86, 64 and 30. RGB value is (134,100,48). Sum of RGB (Red+Green+Blue) = 134+100+48=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #866430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866430 is #799BCF. Grayscale: #686868. Windows color (decimal): -7969744 or 3171462. OLE color: 3171462.

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

Color convert

RGB 134 100 48 -
CMYK 0 0.25 0.64 0.47
HSL 36.28º 0.47% 0.36% -
HSV(B) 36.28º 0.64% 0.53% -
XYZ 14.92 14.4 4.79 -
YUV 104.24 96.26 149.23 -
System Red Green Blue C M Y K H S L
Decimal 134 100 48 0 0.25 0.64 0.47 36.28 0.47 0.36
Hex 86 64 30 0 19 40 2F 24 2F 24
Octal 206 144 60 0 31 100 57 44 57 44
Binary 10000110 1100100 110000 0 11001 1000000 101111 100100 101111 100100

Color Harmonies of #866430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866430

Black with #866430

Text Example


Text Example

White with #866430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866430; }

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

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

background-color css

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

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

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

border-color css

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

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

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