Html Css Color HEX #96662E Rusty Nail

📋 copy color: '#96662E'

red 150 ◦ green 102 ◦ blue 46

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

Shades of Rusty Nail #96662E

Tints of Rusty Nail #96662E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.44%

R = 50.34%
G = 34.23%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96662E (or 0x96662E) is known color: Rusty Nail. HEX triplet: 96, 66 and 2E. RGB value is (150,102,46). Sum of RGB (Red+Green+Blue) = 150+102+46=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #96662E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96662E is #6999D1. Grayscale: #6E6E6E. Windows color (decimal): -6920658 or 3040918. OLE color: 3040918.

HSL color Cylindrical-coordinate representation of color #96662E: hue angle of 32.31º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96662E is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 102 46 -
CMYK 0 0.32 0.69 0.41
HSL 32.31º 0.53% 0.38% -
HSV(B) 32.31º 0.69% 0.59% -
XYZ 17.82 16.18 4.77 -
YUV 109.97 91.9 156.55 -
System Red Green Blue C M Y K H S L
Decimal 150 102 46 0 0.32 0.69 0.41 32.31 0.53 0.38
Hex 96 66 2E 0 20 45 29 20 35 26
Octal 226 146 56 0 40 105 51 40 65 46
Binary 10010110 1100110 101110 0 100000 1000101 101001 100000 110101 100110

Color Harmonies of #96662E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96662E

Black with #96662E

Text Example


Text Example

White with #96662E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96662E; }

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

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

background-color css

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

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

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

border-color css

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

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

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