#696516

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

Shades of Costa Del Sol #696516

Tints of Costa Del Sol #696516

Color information

#696516 (or 0x696516) is unknown color: approx Costa Del Sol. HEX triplet: 69, 65 and 16. RGB value is (105,101,22). Sum of RGB (Red+Green+Blue) = 105+101+22=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #696516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696516 is #969AE9. Grayscale: #5D5D5D. Windows color (decimal): -9870058 or 1467753. OLE color: 1467753.

HSL color Cylindrical-coordinate representation of color #696516: hue angle of 57.11º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #696516 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB10510122-
CMYK00.040.790.59
HSL57.11º65.35%24.9%-
HSV(B)57.11º79.05%41.18%-
XYZ10.6212.372.59-
YUV93.1987.83136.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 101 (39.84% from 255) = 44.30%
BLUE value IS 22 (8.98% from 255) = 9.65%
R=46.05%
G=44.30%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051012200.040.790.5957.1165.3524.9
Hex696516044F3B394119
Octal1511452604117737110131
Binary110100111001011011001001001111111011111001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696516; }

 p { color: rgb(105,101,22); }

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

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

 a { background-color: rgb(105,101,22); }

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

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

 span { border-color: rgb(105,101,22); }

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