Html Css Color HEX #966630 Rusty Nail

📋 copy color: '#966630'

red 150 ◦ green 102 ◦ blue 48

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

Shades of Rusty Nail #966630

Tints of Rusty Nail #966630

RGB

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

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

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

R = 50%
G = 34%
B = 16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#966630 (or 0x966630) is known color: Rusty Nail. HEX triplet: 96, 66 and 30. RGB value is (150,102,48). Sum of RGB (Red+Green+Blue) = 150+102+48=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #966630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966630 is #6999CF. Grayscale: #6E6E6E. Windows color (decimal): -6920656 or 3171990. OLE color: 3171990.

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

Color convert

RGB 150 102 48 -
CMYK 0 0.32 0.68 0.41
HSL 31.76º 0.52% 0.39% -
HSV(B) 31.76º 0.68% 0.59% -
XYZ 17.86 16.2 4.98 -
YUV 110.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 150 102 48 0 0.32 0.68 0.41 31.76 0.52 0.39
Hex 96 66 30 0 20 44 29 20 34 27
Octal 226 146 60 0 40 104 51 40 64 47
Binary 10010110 1100110 110000 0 100000 1000100 101001 100000 110100 100111

Color Harmonies of #966630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966630

Black with #966630

Text Example


Text Example

White with #966630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966630; }

 p { color: rgb(150,102,48); }

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

background-color css

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

 a { background-color: rgb(150,102,48); }

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

border-color css

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

 span { border-color: rgb(150,102,48); }

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