#186616

Color #186616 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #186616

Tints of San Felix #186616

Color information

#186616 (or 0x186616) is unknown color: approx San Felix. HEX triplet: 18, 66 and 16. RGB value is (24,102,22). Sum of RGB (Red+Green+Blue) = 24+102+22=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 102 (40.23% from 255 or 68.92% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 102 - color contains mainly: green. Hex color #186616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186616 is #E799E9. Grayscale: #454545. Windows color (decimal): -15178218 or 1467928. OLE color: 1467928.

HSL color Cylindrical-coordinate representation of color #186616: hue angle of 118.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186616 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB2410222-
CMYK0.7600.780.6
HSL118.5º64.52%24.31%-
HSV(B)118.5º78.43%40%-
XYZ5.279.752.36-
YUV69.56101.1695.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.22%
GREEN value IS 102 (40.23% from 255) = 68.92%
BLUE value IS 22 (8.98% from 255) = 14.86%
R=16.22%
G=68.92%
B=14.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24102220.7600.780.6118.564.5224.31
Hex1866164C04E3C764118
Octal301462611401167416610130
Binary110001100110101101001100010011101111001110110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186616; }

 p { color: rgb(24,102,22); }

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

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

 a { background-color: rgb(24,102,22); }

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

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

 span { border-color: rgb(24,102,22); }

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