Html Css Color HEX #956530 Rusty Nail

📋 copy color: '#956530'

red 149 ◦ green 101 ◦ blue 48

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

Shades of Rusty Nail #956530

Tints of Rusty Nail #956530

RGB

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

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

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

R = 50%
G = 33.89%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#956530 (or 0x956530) is known color: Rusty Nail. HEX triplet: 95, 65 and 30. RGB value is (149,101,48). Sum of RGB (Red+Green+Blue) = 149+101+48=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #956530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956530 is #6A9ACF. Grayscale: #6D6D6D. Windows color (decimal): -6986448 or 3171733. OLE color: 3171733.

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

Color convert

RGB 149 101 48 -
CMYK 0 0.32 0.68 0.42
HSL 31.49º 0.51% 0.39% -
HSV(B) 31.49º 0.68% 0.58% -
XYZ 17.58 15.91 4.94 -
YUV 109.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 149 101 48 0 0.32 0.68 0.42 31.49 0.51 0.39
Hex 95 65 30 0 20 44 2A 1F 33 27
Octal 225 145 60 0 40 104 52 37 63 47
Binary 10010101 1100101 110000 0 100000 1000100 101010 11111 110011 100111

Color Harmonies of #956530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956530

Black with #956530

Text Example


Text Example

White with #956530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956530; }

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

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

background-color css

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

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

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

border-color css

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

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

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