Html Css Color HEX #8F652C Rusty Nail

📋 copy color: '#8F652C'

red 143 ◦ green 101 ◦ blue 44

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

Shades of Rusty Nail #8F652C

Tints of Rusty Nail #8F652C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 49.65%
G = 35.07%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8F652C (or 0x8F652C) is known color: Rusty Nail. HEX triplet: 8F, 65 and 2C. RGB value is (143,101,44). Sum of RGB (Red+Green+Blue) = 143+101+44=288 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.65% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 143 - color contains mainly: red. Hex color #8F652C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F652C is #709AD3. Grayscale: #6B6B6B. Windows color (decimal): -7379668 or 2909583. OLE color: 2909583.

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

Color convert

RGB 143 101 44 -
CMYK 0 0.29 0.69 0.44
HSL 34.55º 0.53% 0.37% -
HSV(B) 34.55º 0.69% 0.56% -
XYZ 16.44 15.33 4.48 -
YUV 107.06 92.41 153.63 -
System Red Green Blue C M Y K H S L
Decimal 143 101 44 0 0.29 0.69 0.44 34.55 0.53 0.37
Hex 8F 65 2C 0 1D 45 2C 23 35 25
Octal 217 145 54 0 35 105 54 43 65 45
Binary 10001111 1100101 101100 0 11101 1000101 101100 100011 110101 100101

Color Harmonies of #8F652C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F652C

Black with #8F652C

Text Example


Text Example

White with #8F652C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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