Html Css Color HEX #956631 Rusty Nail

📋 copy color: '#956631'

red 149 ◦ green 102 ◦ blue 49

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

Shades of Rusty Nail #956631

Tints of Rusty Nail #956631

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34%

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

R = 49.67%
G = 34%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#956631 (or 0x956631) is known color: Rusty Nail. HEX triplet: 95, 66 and 31. RGB value is (149,102,49). Sum of RGB (Red+Green+Blue) = 149+102+49=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #956631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956631 is #6A99CE. Grayscale: #6E6E6E. Windows color (decimal): -6986191 or 3237525. OLE color: 3237525.

HSL color Cylindrical-coordinate representation of color #956631: hue angle of 31.8º 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 #956631 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 102 49 -
CMYK 0 0.32 0.67 0.42
HSL 31.8º 0.51% 0.39% -
HSV(B) 31.8º 0.67% 0.58% -
XYZ 17.7 16.11 5.08 -
YUV 110.01 93.57 155.81 -
System Red Green Blue C M Y K H S L
Decimal 149 102 49 0 0.32 0.67 0.42 31.8 0.51 0.39
Hex 95 66 31 0 20 43 2A 20 33 27
Octal 225 146 61 0 40 103 52 40 63 47
Binary 10010101 1100110 110001 0 100000 1000011 101010 100000 110011 100111

Color Harmonies of #956631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956631

Black with #956631

Text Example


Text Example

White with #956631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956631; }

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

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

background-color css

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

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

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

border-color css

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

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

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