#695917

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

Shades of Costa Del Sol #695917

Tints of Costa Del Sol #695917

Color information

#695917 (or 0x695917) is unknown color: approx Costa Del Sol. HEX triplet: 69, 59 and 17. RGB value is (105,89,23). Sum of RGB (Red+Green+Blue) = 105+89+23=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #695917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695917 is #96A6E8. Grayscale: #565656. Windows color (decimal): -9873129 or 1530217. OLE color: 1530217.

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

Color convert

RGB1058923-
CMYK00.150.780.59
HSL48.29º64.06%25.1%-
HSV(B)48.29º78.1%41.18%-
XYZ9.5510.212.28-
YUV86.2692.3141.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.39%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 23 (9.38% from 255) = 10.60%
R=48.39%
G=41.01%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105892300.150.780.5948.2964.0625.1
Hex6959170F4E3B304019
Octal15113127017116736010031
Binary1101001101100110111011111001110111011110000100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695917; }

 p { color: rgb(105,89,23); }

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

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

 a { background-color: rgb(105,89,23); }

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

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

 span { border-color: rgb(105,89,23); }

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