Html Css Color HEX #8E6629 Rusty Nail

📋 copy color: '#8E6629'

red 142 ◦ green 102 ◦ blue 41

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

Shades of Rusty Nail #8E6629

Tints of Rusty Nail #8E6629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.39%

R = 49.82%
G = 35.79%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8E6629 (or 0x8E6629) is known color: Rusty Nail. HEX triplet: 8E, 66 and 29. RGB value is (142,102,41). Sum of RGB (Red+Green+Blue) = 142+102+41=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6629 is #7199D6. Grayscale: #6B6B6B. Windows color (decimal): -7444951 or 2713230. OLE color: 2713230.

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

Color convert

RGB 142 102 41 -
CMYK 0 0.28 0.71 0.44
HSL 36.24º 0.55% 0.36% -
HSV(B) 36.24º 0.71% 0.56% -
XYZ 16.31 15.41 4.21 -
YUV 107.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 142 102 41 0 0.28 0.71 0.44 36.24 0.55 0.36
Hex 8E 66 29 0 1C 47 2C 24 37 24
Octal 216 146 51 0 34 107 54 44 67 44
Binary 10001110 1100110 101001 0 11100 1000111 101100 100100 110111 100100

Color Harmonies of #8E6629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6629

Black with #8E6629

Text Example


Text Example

White with #8E6629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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