#695F14

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

Shades of Costa Del Sol #695F14

Tints of Costa Del Sol #695F14

Color information

#695F14 (or 0x695F14) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5F and 14. RGB value is (105,95,20). Sum of RGB (Red+Green+Blue) = 105+95+20=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #695F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695F14 is #96A0EB. Grayscale: #595959. Windows color (decimal): -9871596 or 1335145. OLE color: 1335145.

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

Color convert

RGB1059520-
CMYK00.100.810.59
HSL52.94º68%24.51%-
HSV(B)52.94º80.95%41.18%-
XYZ10.0411.242.3-
YUV89.4488.81139.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 95 (37.5% from 255) = 43.18%
BLUE value IS 20 (8.20% from 255) = 9.09%
R=47.73%
G=43.18%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105952000.100.810.5952.946824.51
Hex695F140A513B354419
Octal15113724012121736510431
Binary1101001101111110100010101010001111011110101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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