#206524

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

Shades of San Felix #206524

Tints of San Felix #206524

Color information

#206524 (or 0x206524) is unknown color: approx San Felix. HEX triplet: 20, 65 and 24. RGB value is (32,101,36). Sum of RGB (Red+Green+Blue) = 32+101+36=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 101 (39.84% from 255 or 59.76% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 101 - color contains mainly: green. Hex color #206524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206524 is #DF9ADB. Grayscale: #494949. Windows color (decimal): -14654172 or 2385184. OLE color: 2385184.

HSL color Cylindrical-coordinate representation of color #206524: hue angle of 123.48º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206524 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB3210136-
CMYK0.6800.640.60
HSL123.48º51.88%26.08%-
HSV(B)123.48º68.32%39.61%-
XYZ5.579.743.26-
YUV72.96107.1498.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.93%
GREEN value IS 101 (39.84% from 255) = 59.76%
BLUE value IS 36 (14.45% from 255) = 21.30%
R=18.93%
G=59.76%
B=21.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32101360.6800.640.60123.4851.8826.08
Hex206524440403C7b341a
Octal40145441040100741736432
Binary1000001100101100100100010001000000111100111101111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206524; }

 p { color: rgb(32,101,36); }

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

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

 a { background-color: rgb(32,101,36); }

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

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

 span { border-color: rgb(32,101,36); }

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