#88652E

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

Shades of Rusty Nail #88652E

Tints of Rusty Nail #88652E

Color information

#88652E (or 0x88652E) is unknown color: approx Rusty Nail. HEX triplet: 88, 65 and 2E. RGB value is (136,101,46). Sum of RGB (Red+Green+Blue) = 136+101+46=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88652E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88652E is #779AD1. Grayscale: #696969. Windows color (decimal): -7838418 or 3040648. OLE color: 3040648.

HSL color Cylindrical-coordinate representation of color #88652E: hue angle of 36.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88652E is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB13610146-
CMYK00.260.660.47
HSL36.67º49.45%35.69%-
HSV(B)36.67º66.18%53.33%-
XYZ15.314.744.62-
YUV105.294.6149.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.06%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=48.06%
G=35.69%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361014600.260.660.4736.6749.4535.69
Hex88652E01A422F253124
Octal2101455603210257456144
Binary1000100011001011011100110101000010101111100101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88652E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,101,46); }

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

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

 a { background-color: rgb(136,101,46); }

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

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

 span { border-color: rgb(136,101,46); }

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