#695A18

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

Shades of Costa Del Sol #695A18

Tints of Costa Del Sol #695A18

Color information

#695A18 (or 0x695A18) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5A and 18. RGB value is (105,90,24). Sum of RGB (Red+Green+Blue) = 105+90+24=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #695A18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695A18 is #96A5E7. Grayscale: #575757. Windows color (decimal): -9872872 or 1596009. OLE color: 1596009.

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

Color convert

RGB1059024-
CMYK00.140.770.59
HSL48.89º62.79%25.29%-
HSV(B)48.89º77.14%41.18%-
XYZ9.6510.382.36-
YUV86.9692.47140.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 90 (35.55% from 255) = 41.10%
BLUE value IS 24 (9.77% from 255) = 10.96%
R=47.95%
G=41.10%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105902400.140.770.5948.8962.7925.29
Hex695A180E4D3B313f19
Octal1511323001611573617731
Binary110100110110101100001110100110111101111000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,90,24); }

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

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

 a { background-color: rgb(105,90,24); }

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

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

 span { border-color: rgb(105,90,24); }

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