#695D18

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

Shades of Costa Del Sol #695D18

Tints of Costa Del Sol #695D18

Color information

#695D18 (or 0x695D18) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5D and 18. RGB value is (105,93,24). Sum of RGB (Red+Green+Blue) = 105+93+24=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #695D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695D18 is #96A2E7. Grayscale: #595959. Windows color (decimal): -9872104 or 1596777. OLE color: 1596777.

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

Color convert

RGB1059324-
CMYK00.110.770.59
HSL51.11º62.79%25.29%-
HSV(B)51.11º77.14%41.18%-
XYZ9.910.92.45-
YUV88.7291.48139.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.30%
GREEN value IS 93 (36.72% from 255) = 41.89%
BLUE value IS 24 (9.77% from 255) = 10.81%
R=47.30%
G=41.89%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105932400.110.770.5951.1162.7925.29
Hex695D180B4D3B333f19
Octal1511353001311573637731
Binary110100110111011100001011100110111101111001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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