#695F13

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

Shades of Costa Del Sol #695F13

Tints of Costa Del Sol #695F13

Color information

#695F13 (or 0x695F13) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5F and 13. RGB value is (105,95,19). Sum of RGB (Red+Green+Blue) = 105+95+19=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #695F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695F13 is #96A0EC. Grayscale: #595959. Windows color (decimal): -9871597 or 1269609. OLE color: 1269609.

HSL color Cylindrical-coordinate representation of color #695F13: hue angle of 53.02º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #695F13 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1059519-
CMYK00.100.820.59
HSL53.02º69.35%24.31%-
HSV(B)53.02º81.9%41.18%-
XYZ10.0411.232.26-
YUV89.3388.31139.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 95 (37.5% from 255) = 43.38%
BLUE value IS 19 (7.81% from 255) = 8.68%
R=47.95%
G=43.38%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105951900.100.820.5953.0269.3524.31
Hex695F130A523B354518
Octal15113723012122736510530
Binary1101001101111110011010101010010111011110101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695F13; }

 p { color: rgb(105,95,19); }

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

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

 a { background-color: rgb(105,95,19); }

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

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

 span { border-color: rgb(105,95,19); }

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