#695E0F

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

Shades of Costa Del Sol #695E0F

Tints of Costa Del Sol #695E0F

Color information

#695E0F (or 0x695E0F) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5E and 0F. RGB value is (105,94,15). Sum of RGB (Red+Green+Blue) = 105+94+15=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 94 (37.11% from 255 or 43.93% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #695E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695E0F is #96A1F0. Grayscale: #585858. Windows color (decimal): -9871857 or 1007209. OLE color: 1007209.

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

Color convert

RGB1059415-
CMYK00.100.860.59
HSL52.67º75%23.53%-
HSV(B)52.67º85.71%41.18%-
XYZ9.9111.042.06-
YUV88.2886.64139.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.07%
GREEN value IS 94 (37.11% from 255) = 43.93%
BLUE value IS 15 (6.25% from 255) = 7.01%
R=49.07%
G=43.93%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105941500.100.860.5952.677523.53
Hex695EF0A563B354b18
Octal15113617012126736511330
Binary110100110111101111010101010110111011110101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,94,15); }

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

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

 a { background-color: rgb(105,94,15); }

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

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

 span { border-color: rgb(105,94,15); }

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