Html Css Color HEX #916231 Rusty Nail

📋 copy color: '#916231'

red 145 ◦ green 98 ◦ blue 49

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

Shades of Rusty Nail #916231

Tints of Rusty Nail #916231

RGB

 RED value IS 145 (57.03% from 255) = 49.66%

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

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

R = 49.66%
G = 33.56%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#916231 (or 0x916231) is known color: Rusty Nail. HEX triplet: 91, 62 and 31. RGB value is (145,98,49). Sum of RGB (Red+Green+Blue) = 145+98+49=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #916231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916231 is #6E9DCE. Grayscale: #6A6A6A. Windows color (decimal): -7249359 or 3236497. OLE color: 3236497.

HSL color Cylindrical-coordinate representation of color #916231: hue angle of 30.63º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #916231 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 98 49 -
CMYK 0 0.32 0.66 0.43
HSL 30.63º 0.49% 0.38% -
HSV(B) 30.63º 0.66% 0.57% -
XYZ 16.6 14.98 4.92 -
YUV 106.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 145 98 49 0 0.32 0.66 0.43 30.63 0.49 0.38
Hex 91 62 31 0 20 42 2B 1F 31 26
Octal 221 142 61 0 40 102 53 37 61 46
Binary 10010001 1100010 110001 0 100000 1000010 101011 11111 110001 100110

Color Harmonies of #916231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916231

Black with #916231

Text Example


Text Example

White with #916231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916231; }

 p { color: rgb(145,98,49); }

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

background-color css

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

 a { background-color: rgb(145,98,49); }

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

border-color css

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

 span { border-color: rgb(145,98,49); }

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