#695E14

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

Shades of Costa Del Sol #695E14

Tints of Costa Del Sol #695E14

Color information

#695E14 (or 0x695E14) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5E and 14. RGB value is (105,94,20). Sum of RGB (Red+Green+Blue) = 105+94+20=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #695E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695E14 is #96A1EB. Grayscale: #595959. Windows color (decimal): -9871852 or 1334889. OLE color: 1334889.

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

Color convert

RGB1059420-
CMYK00.100.810.59
HSL52.24º68%24.51%-
HSV(B)52.24º80.95%41.18%-
XYZ9.9511.062.27-
YUV88.8589.14139.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 94 (37.11% from 255) = 42.92%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=47.95%
G=42.92%
B=9.13%

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
Decimal105942000.100.810.5952.246824.51
Hex695E140A513B344419
Octal15113624012121736410431
Binary1101001101111010100010101010001111011110100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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