#886630

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

Shades of Rusty Nail #886630

Tints of Rusty Nail #886630

Color information

#886630 (or 0x886630) is unknown color: approx Rusty Nail. HEX triplet: 88, 66 and 30. RGB value is (136,102,48). Sum of RGB (Red+Green+Blue) = 136+102+48=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #886630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886630 is #7799CF. Grayscale: #6A6A6A. Windows color (decimal): -7838160 or 3171976. OLE color: 3171976.

HSL color Cylindrical-coordinate representation of color #886630: hue angle of 36.82º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #886630 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB13610248-
CMYK00.250.650.47
HSL36.82º47.83%36.08%-
HSV(B)36.82º64.71%53.33%-
XYZ15.4414.954.87-
YUV106.0195.26149.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 48 (19.14% from 255) = 16.78%
R=47.55%
G=35.66%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361024800.250.650.4736.8247.8336.08
Hex886630019412F253024
Octal2101466003110157456044
Binary1000100011001101100000110011000001101111100101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886630; }

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

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

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

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

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

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

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

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