Html Css Color HEX #966231 Rusty Nail

📋 copy color: '#966231'

red 150 ◦ green 98 ◦ blue 49

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

Shades of Rusty Nail #966231

Tints of Rusty Nail #966231

RGB

 RED value IS 150 (58.98% from 255) = 50.51%

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

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

R = 50.51%
G = 33%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#966231 (or 0x966231) is known color: Rusty Nail. HEX triplet: 96, 62 and 31. RGB value is (150,98,49). Sum of RGB (Red+Green+Blue) = 150+98+49=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #966231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966231 is #699DCE. Grayscale: #6C6C6C. Windows color (decimal): -6921679 or 3236502. OLE color: 3236502.

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

Color convert

RGB 150 98 49 -
CMYK 0 0.35 0.67 0.41
HSL 29.11º 0.51% 0.39% -
HSV(B) 29.11º 0.67% 0.59% -
XYZ 17.5 15.44 4.96 -
YUV 107.96 94.73 157.98 -
System Red Green Blue C M Y K H S L
Decimal 150 98 49 0 0.35 0.67 0.41 29.11 0.51 0.39
Hex 96 62 31 0 23 43 29 1D 33 27
Octal 226 142 61 0 43 103 51 35 63 47
Binary 10010110 1100010 110001 0 100011 1000011 101001 11101 110011 100111

Color Harmonies of #966231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966231

Black with #966231

Text Example


Text Example

White with #966231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966231; }

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

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

background-color css

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

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

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

border-color css

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

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

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