Html Css Color HEX #956330 Rusty Nail

📋 copy color: '#956330'

red 149 ◦ green 99 ◦ blue 48

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

Shades of Rusty Nail #956330

Tints of Rusty Nail #956330

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

 BLUE value IS 48 (19.14% from 255) = 16.22%

R = 50.34%
G = 33.45%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#956330 (or 0x956330) is known color: Rusty Nail. HEX triplet: 95, 63 and 30. RGB value is (149,99,48). Sum of RGB (Red+Green+Blue) = 149+99+48=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #956330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956330 is #6A9CCF. Grayscale: #6C6C6C. Windows color (decimal): -6986960 or 3171221. OLE color: 3171221.

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

Color convert

RGB 149 99 48 -
CMYK 0 0.34 0.68 0.42
HSL 30.3º 0.51% 0.39% -
HSV(B) 30.3º 0.68% 0.58% -
XYZ 17.39 15.53 4.88 -
YUV 108.14 94.07 157.15 -
System Red Green Blue C M Y K H S L
Decimal 149 99 48 0 0.34 0.68 0.42 30.3 0.51 0.39
Hex 95 63 30 0 22 44 2A 1E 33 27
Octal 225 143 60 0 42 104 52 36 63 47
Binary 10010101 1100011 110000 0 100010 1000100 101010 11110 110011 100111

Color Harmonies of #956330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956330

Black with #956330

Text Example


Text Example

White with #956330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956330; }

 p { color: rgb(149,99,48); }

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

background-color css

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

 a { background-color: rgb(149,99,48); }

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

border-color css

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

 span { border-color: rgb(149,99,48); }

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