#206615

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

Shades of San Felix #206615

Tints of San Felix #206615

Color information

#206615 (or 0x206615) is unknown color: approx San Felix. HEX triplet: 20, 66 and 15. RGB value is (32,102,21). Sum of RGB (Red+Green+Blue) = 32+102+21=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 102 (40.23% from 255 or 65.81% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 102 - color contains mainly: green. Hex color #206615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206615 is #DF99EA. Grayscale: #484848. Windows color (decimal): -14653931 or 1402400. OLE color: 1402400.

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

Color convert

RGB3210221-
CMYK0.6900.790.6
HSL111.85º65.85%24.12%-
HSV(B)111.85º79.41%40%-
XYZ5.489.862.32-
YUV71.8499.3199.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.65%
GREEN value IS 102 (40.23% from 255) = 65.81%
BLUE value IS 21 (8.59% from 255) = 13.55%
R=20.65%
G=65.81%
B=13.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32102210.6900.790.6111.8565.8524.12
Hex2066154504F3C704218
Octal401462510501177416010230
Binary1000001100110101011000101010011111111001110000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206615; }

 p { color: rgb(32,102,21); }

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

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

 a { background-color: rgb(32,102,21); }

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

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

 span { border-color: rgb(32,102,21); }

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