#695F0F

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

Shades of Costa Del Sol #695F0F

Tints of Costa Del Sol #695F0F

Color information

#695F0F (or 0x695F0F) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5F and 0F. RGB value is (105,95,15). Sum of RGB (Red+Green+Blue) = 105+95+15=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #695F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695F0F is #96A0F0. Grayscale: #595959. Windows color (decimal): -9871601 or 1007465. OLE color: 1007465.

HSL color Cylindrical-coordinate representation of color #695F0F: hue angle of 53.33º 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 #695F0F is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB1059515-
CMYK00.100.860.59
HSL53.33º75%23.53%-
HSV(B)53.33º85.71%41.18%-
XYZ1011.222.09-
YUV88.8786.31139.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.84%
GREEN value IS 95 (37.5% from 255) = 44.19%
BLUE value IS 15 (6.25% from 255) = 6.98%
R=48.84%
G=44.19%
B=6.98%

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
Decimal105951500.100.860.5953.337523.53
Hex695FF0A563B354b18
Octal15113717012126736511330
Binary110100110111111111010101010110111011110101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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