#695717

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

Shades of Costa Del Sol #695717

Tints of Costa Del Sol #695717

Color information

#695717 (or 0x695717) is unknown color: approx Costa Del Sol. HEX triplet: 69, 57 and 17. RGB value is (105,87,23). Sum of RGB (Red+Green+Blue) = 105+87+23=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #695717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695717 is #96A8E8. Grayscale: #555555. Windows color (decimal): -9873641 or 1529705. OLE color: 1529705.

HSL color Cylindrical-coordinate representation of color #695717: hue angle of 46.83º 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 #695717 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.59.

Color convert

RGB1058723-
CMYK00.170.780.59
HSL46.83º64.06%25.1%-
HSV(B)46.83º78.1%41.18%-
XYZ9.399.882.22-
YUV85.0992.96142.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.84%
GREEN value IS 87 (34.38% from 255) = 40.47%
BLUE value IS 23 (9.38% from 255) = 10.70%
R=48.84%
G=40.47%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105872300.170.780.5946.8364.0625.1
Hex6957170114E3B2f4019
Octal15112727021116735710031
Binary11010011010111101110100011001110111011101111100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695717; }

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

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

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

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

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

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

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

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