Html Css Color HEX #8C632E Rusty Nail

📋 copy color: '#8C632E'

red 140 ◦ green 99 ◦ blue 46

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

Shades of Rusty Nail #8C632E

Tints of Rusty Nail #8C632E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

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

R = 49.12%
G = 34.74%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C632E (or 0x8C632E) is known color: Rusty Nail. HEX triplet: 8C, 63 and 2E. RGB value is (140,99,46). Sum of RGB (Red+Green+Blue) = 140+99+46=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C632E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C632E is #739CD1. Grayscale: #696969. Windows color (decimal): -7576786 or 3040140. OLE color: 3040140.

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

Color convert

RGB 140 99 46 -
CMYK 0 0.29 0.67 0.45
HSL 33.83º 0.51% 0.36% -
HSV(B) 33.83º 0.67% 0.55% -
XYZ 15.77 14.7 4.59 -
YUV 105.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 140 99 46 0 0.29 0.67 0.45 33.83 0.51 0.36
Hex 8C 63 2E 0 1D 43 2D 22 33 24
Octal 214 143 56 0 35 103 55 42 63 44
Binary 10001100 1100011 101110 0 11101 1000011 101101 100010 110011 100100

Color Harmonies of #8C632E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C632E

Black with #8C632E

Text Example


Text Example

White with #8C632E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,99,46); }

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

background-color css

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

 a { background-color: rgb(140,99,46); }

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

border-color css

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

 span { border-color: rgb(140,99,46); }

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