Html Css Color HEX #87642E Rusty Nail

📋 copy color: '#87642E'

red 135 ◦ green 100 ◦ blue 46

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

Shades of Rusty Nail #87642E

Tints of Rusty Nail #87642E

RGB

 RED value IS 135 (53.13% from 255) = 48.04%

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

 BLUE value IS 46 (18.36% from 255) = 16.37%

R = 48.04%
G = 35.59%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#87642E (or 0x87642E) is known color: Rusty Nail. HEX triplet: 87, 64 and 2E. RGB value is (135,100,46). Sum of RGB (Red+Green+Blue) = 135+100+46=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87642E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87642E is #789BD1. Grayscale: #686868. Windows color (decimal): -7904210 or 3040391. OLE color: 3040391.

HSL color Cylindrical-coordinate representation of color #87642E: hue angle of 36.4º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #87642E is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 100 46 -
CMYK 0 0.26 0.66 0.47
HSL 36.4º 0.49% 0.35% -
HSV(B) 36.4º 0.66% 0.53% -
XYZ 15.04 14.46 4.58 -
YUV 104.31 95.1 149.89 -
System Red Green Blue C M Y K H S L
Decimal 135 100 46 0 0.26 0.66 0.47 36.4 0.49 0.35
Hex 87 64 2E 0 1A 42 2F 24 31 23
Octal 207 144 56 0 32 102 57 44 61 43
Binary 10000111 1100100 101110 0 11010 1000010 101111 100100 110001 100011

Color Harmonies of #87642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87642E

Black with #87642E

Text Example


Text Example

White with #87642E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87642E; }

 p { color: rgb(135,100,46); }

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

background-color css

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

 a { background-color: rgb(135,100,46); }

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

border-color css

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

 span { border-color: rgb(135,100,46); }

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