#99632E

Color #99632E Rusty Nail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rusty Nail #99632E

Tints of Rusty Nail #99632E

Color information

#99632E (or 0x99632E) is unknown color: approx Rusty Nail. HEX triplet: 99, 63 and 2E. RGB value is (153,99,46). Sum of RGB (Red+Green+Blue) = 153+99+46=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99632E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99632E is #669CD1. Grayscale: #6D6D6D. Windows color (decimal): -6724818 or 3040153. OLE color: 3040153.

HSL color Cylindrical-coordinate representation of color #99632E: hue angle of 29.72º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99632E is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB1539946-
CMYK00.350.700.4
HSL29.72º53.77%39.02%-
HSV(B)29.72º69.93%60%-
XYZ18.0915.894.7-
YUV109.192.39159.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.34%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 46 (18.36% from 255) = 15.44%
R=51.34%
G=33.22%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153994600.350.700.429.7253.7739.02
Hex99632E02346281e3627
Octal2311435604310650366647
Binary1001100111000111011100100011100011010100011110110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99632E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,99,46); }

 H1.HeaderClassName
 {
   color: #99632E;
 }
 .AnyTagClassName
 {
   color: #99632E;
 }
</style>
background-color css

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

 a { background-color: rgb(153,99,46); }

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

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

 span { border-color: rgb(153,99,46); }

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