Html Css Color HEX #966430 Rusty Nail

📋 copy color: '#966430'

red 150 ◦ green 100 ◦ blue 48

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

Shades of Rusty Nail #966430

Tints of Rusty Nail #966430

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.56%

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

R = 50.34%
G = 33.56%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#966430 (or 0x966430) is known color: Rusty Nail. HEX triplet: 96, 64 and 30. RGB value is (150,100,48). Sum of RGB (Red+Green+Blue) = 150+100+48=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #966430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966430 is #699BCF. Grayscale: #6D6D6D. Windows color (decimal): -6921168 or 3171478. OLE color: 3171478.

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

Color convert

RGB 150 100 48 -
CMYK 0 0.33 0.68 0.41
HSL 30.59º 0.52% 0.39% -
HSV(B) 30.59º 0.68% 0.59% -
XYZ 17.67 15.81 4.92 -
YUV 109.02 93.57 157.23 -
System Red Green Blue C M Y K H S L
Decimal 150 100 48 0 0.33 0.68 0.41 30.59 0.52 0.39
Hex 96 64 30 0 21 44 29 1F 34 27
Octal 226 144 60 0 41 104 51 37 64 47
Binary 10010110 1100100 110000 0 100001 1000100 101001 11111 110100 100111

Color Harmonies of #966430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966430

Black with #966430

Text Example


Text Example

White with #966430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966430; }

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

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

background-color css

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

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

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

border-color css

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

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

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