Html Css Color HEX #8C622A Rusty Nail

📋 copy color: '#8C622A'

red 140 ◦ green 98 ◦ blue 42

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

Shades of Rusty Nail #8C622A

Tints of Rusty Nail #8C622A

RGB

 RED value IS 140 (55.08% from 255) = 50%

 GREEN value IS 98 (38.67% from 255) = 35%

 BLUE value IS 42 (16.8% from 255) = 15%

R = 50%
G = 35%
B = 15%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.7

 K value IS 0.45

RGB Variations

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

Color information

#8C622A (or 0x8C622A) is known color: Rusty Nail. HEX triplet: 8C, 62 and 2A. RGB value is (140,98,42). Sum of RGB (Red+Green+Blue) = 140+98+42=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C622A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C622A is #739DD5. Grayscale: #686868. Windows color (decimal): -7577046 or 2777740. OLE color: 2777740.

HSL color Cylindrical-coordinate representation of color #8C622A: hue angle of 34.29º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C622A is Cyan = 0, Magento = 0.3, Yellow = 0.7 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 98 42 -
CMYK 0 0.3 0.7 0.45
HSL 34.29º 0.54% 0.36% -
HSV(B) 34.29º 0.7% 0.55% -
XYZ 15.6 14.48 4.16 -
YUV 104.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 140 98 42 0 0.3 0.7 0.45 34.29 0.54 0.36
Hex 8C 62 2A 0 1E 46 2D 22 36 24
Octal 214 142 52 0 36 106 55 42 66 44
Binary 10001100 1100010 101010 0 11110 1000110 101101 100010 110110 100100

Color Harmonies of #8C622A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C622A

Black with #8C622A

Text Example


Text Example

White with #8C622A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,98,42); }

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

background-color css

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

 a { background-color: rgb(140,98,42); }

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

border-color css

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

 span { border-color: rgb(140,98,42); }

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