Html Css Color HEX #8E662F Rusty Nail

📋 copy color: '#8E662F'

red 142 ◦ green 102 ◦ blue 47

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

Shades of Rusty Nail #8E662F

Tints of Rusty Nail #8E662F

RGB

 RED value IS 142 (55.86% from 255) = 48.8%

 GREEN value IS 102 (40.23% from 255) = 35.05%

 BLUE value IS 47 (18.75% from 255) = 16.15%

R = 48.8%
G = 35.05%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8E662F (or 0x8E662F) is known color: Rusty Nail. HEX triplet: 8E, 66 and 2F. RGB value is (142,102,47). Sum of RGB (Red+Green+Blue) = 142+102+47=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E662F is #7199D0. Grayscale: #6B6B6B. Windows color (decimal): -7444945 or 3106446. OLE color: 3106446.

HSL color Cylindrical-coordinate representation of color #8E662F: hue angle of 34.74º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E662F is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 102 47 -
CMYK 0 0.28 0.67 0.44
HSL 34.74º 0.5% 0.37% -
HSV(B) 34.74º 0.67% 0.56% -
XYZ 16.42 15.46 4.81 -
YUV 107.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 142 102 47 0 0.28 0.67 0.44 34.74 0.5 0.37
Hex 8E 66 2F 0 1C 43 2C 23 32 25
Octal 216 146 57 0 34 103 54 43 62 45
Binary 10001110 1100110 101111 0 11100 1000011 101100 100011 110010 100101

Color Harmonies of #8E662F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E662F

Black with #8E662F

Text Example


Text Example

White with #8E662F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E662F; }

 p { color: rgb(142,102,47); }

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

background-color css

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

 a { background-color: rgb(142,102,47); }

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

border-color css

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

 span { border-color: rgb(142,102,47); }

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