Html Css Color HEX #96632D Rusty Nail

📋 copy color: '#96632D'

red 150 ◦ green 99 ◦ blue 45

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

Shades of Rusty Nail #96632D

Tints of Rusty Nail #96632D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 51.02%
G = 33.67%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#96632D (or 0x96632D) is known color: Rusty Nail. HEX triplet: 96, 63 and 2D. RGB value is (150,99,45). Sum of RGB (Red+Green+Blue) = 150+99+45=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96632D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96632D is #699CD2. Grayscale: #6C6C6C. Windows color (decimal): -6921427 or 2974614. OLE color: 2974614.

HSL color Cylindrical-coordinate representation of color #96632D: hue angle of 30.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96632D is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 99 45 -
CMYK 0 0.34 0.70 0.41
HSL 30.86º 0.54% 0.38% -
HSV(B) 30.86º 0.7% 0.59% -
XYZ 17.51 15.6 4.57 -
YUV 108.09 92.4 157.89 -
System Red Green Blue C M Y K H S L
Decimal 150 99 45 0 0.34 0.70 0.41 30.86 0.54 0.38
Hex 96 63 2D 0 22 46 29 1F 36 26
Octal 226 143 55 0 42 106 51 37 66 46
Binary 10010110 1100011 101101 0 100010 1000110 101001 11111 110110 100110

Color Harmonies of #96632D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96632D

Black with #96632D

Text Example


Text Example

White with #96632D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96632D; }

 p { color: rgb(150,99,45); }

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

background-color css

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

 a { background-color: rgb(150,99,45); }

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

border-color css

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

 span { border-color: rgb(150,99,45); }

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