Html Css Color HEX #8F6531 Rusty Nail

📋 copy color: '#8F6531'

red 143 ◦ green 101 ◦ blue 49

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

Shades of Rusty Nail #8F6531

Tints of Rusty Nail #8F6531

RGB

 RED value IS 143 (56.25% from 255) = 48.81%

 GREEN value IS 101 (39.84% from 255) = 34.47%

 BLUE value IS 49 (19.53% from 255) = 16.72%

R = 48.81%
G = 34.47%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#8F6531 (or 0x8F6531) is known color: Rusty Nail. HEX triplet: 8F, 65 and 31. RGB value is (143,101,49). Sum of RGB (Red+Green+Blue) = 143+101+49=293 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.81% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6531 is #709ACE. Grayscale: #6B6B6B. Windows color (decimal): -7379663 or 3237263. OLE color: 3237263.

HSL color Cylindrical-coordinate representation of color #8F6531: hue angle of 33.19º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F6531 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 101 49 -
CMYK 0 0.29 0.66 0.44
HSL 33.19º 0.49% 0.38% -
HSV(B) 33.19º 0.66% 0.56% -
XYZ 16.54 15.37 5 -
YUV 107.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 143 101 49 0 0.29 0.66 0.44 33.19 0.49 0.38
Hex 8F 65 31 0 1D 42 2C 21 31 26
Octal 217 145 61 0 35 102 54 41 61 46
Binary 10001111 1100101 110001 0 11101 1000010 101100 100001 110001 100110

Color Harmonies of #8F6531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6531

Black with #8F6531

Text Example


Text Example

White with #8F6531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,101,49); }

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

background-color css

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

 a { background-color: rgb(143,101,49); }

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

border-color css

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

 span { border-color: rgb(143,101,49); }

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