Html Css Color HEX #956431 Rusty Nail

📋 copy color: '#956431'

red 149 ◦ green 100 ◦ blue 49

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

Shades of Rusty Nail #956431

Tints of Rusty Nail #956431

RGB

 RED value IS 149 (58.59% from 255) = 50%

 GREEN value IS 100 (39.45% from 255) = 33.56%

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

R = 50%
G = 33.56%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#956431 (or 0x956431) is known color: Rusty Nail. HEX triplet: 95, 64 and 31. RGB value is (149,100,49). Sum of RGB (Red+Green+Blue) = 149+100+49=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #956431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956431 is #6A9BCE. Grayscale: #6D6D6D. Windows color (decimal): -6986703 or 3237013. OLE color: 3237013.

HSL color Cylindrical-coordinate representation of color #956431: hue angle of 30.6º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #956431 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 100 49 -
CMYK 0 0.33 0.67 0.42
HSL 30.6º 0.51% 0.39% -
HSV(B) 30.6º 0.67% 0.58% -
XYZ 17.51 15.73 5.02 -
YUV 108.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 149 100 49 0 0.33 0.67 0.42 30.6 0.51 0.39
Hex 95 64 31 0 21 43 2A 1F 33 27
Octal 225 144 61 0 41 103 52 37 63 47
Binary 10010101 1100100 110001 0 100001 1000011 101010 11111 110011 100111

Color Harmonies of #956431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956431

Black with #956431

Text Example


Text Example

White with #956431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956431; }

 p { color: rgb(149,100,49); }

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

background-color css

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

 a { background-color: rgb(149,100,49); }

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

border-color css

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

 span { border-color: rgb(149,100,49); }

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