#696209

Color #696209 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #696209

Tints of Costa Del Sol #696209

Color information

#696209 (or 0x696209) is unknown color: approx Costa Del Sol. HEX triplet: 69, 62 and 09. RGB value is (105,98,9). Sum of RGB (Red+Green+Blue) = 105+98+9=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #696209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696209 is #969DF6. Grayscale: #5A5A5A. Windows color (decimal): -9870839 or 615017. OLE color: 615017.

HSL color Cylindrical-coordinate representation of color #696209: hue angle of 55.62º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #696209 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB105989-
CMYK00.070.910.59
HSL55.62º84.21%22.35%-
HSV(B)55.62º91.43%41.18%-
XYZ10.2411.761.99-
YUV89.9582.32138.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.53%
GREEN value IS 98 (38.67% from 255) = 46.23%
BLUE value IS 9 (3.91% from 255) = 4.25%
R=49.53%
G=46.23%
B=4.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10598900.070.910.5955.6284.2122.35
Hex69629075B3B385416
Octal1511421107133737012426
Binary11010011100010100101111011011111011111000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696209; }

 p { color: rgb(105,98,9); }

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

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

 a { background-color: rgb(105,98,9); }

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

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

 span { border-color: rgb(105,98,9); }

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