#695D15

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

Shades of Costa Del Sol #695D15

Tints of Costa Del Sol #695D15

Color information

#695D15 (or 0x695D15) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5D and 15. RGB value is (105,93,21). Sum of RGB (Red+Green+Blue) = 105+93+21=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #695D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695D15 is #96A2EA. Grayscale: #585858. Windows color (decimal): -9872107 or 1400169. OLE color: 1400169.

HSL color Cylindrical-coordinate representation of color #695D15: hue angle of 51.43º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #695D15 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1059321-
CMYK00.110.800.59
HSL51.43º66.67%24.71%-
HSV(B)51.43º80%41.18%-
XYZ9.8810.892.29-
YUV88.3889.98139.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 93 (36.72% from 255) = 42.47%
BLUE value IS 21 (8.59% from 255) = 9.59%
R=47.95%
G=42.47%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105932100.110.800.5951.4366.6724.71
Hex695D150B503B334319
Octal15113525013120736310331
Binary1101001101110110101010111010000111011110011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,93,21); }

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

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

 a { background-color: rgb(105,93,21); }

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

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

 span { border-color: rgb(105,93,21); }

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