#695E25

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

Shades of Costa Del Sol #695E25

Tints of Costa Del Sol #695E25

Color information

#695E25 (or 0x695E25) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5E and 25. RGB value is (105,94,37). Sum of RGB (Red+Green+Blue) = 105+94+37=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #695E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695E25 is #96A1DA. Grayscale: #5B5B5B. Windows color (decimal): -9871835 or 2449001. OLE color: 2449001.

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

Color convert

RGB1059437-
CMYK00.100.650.59
HSL50.29º47.89%27.84%-
HSV(B)50.29º64.76%41.18%-
XYZ10.1611.143.37-
YUV90.7997.64138.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 94 (37.11% from 255) = 39.83%
BLUE value IS 37 (14.84% from 255) = 15.68%
R=44.49%
G=39.83%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105943700.100.650.5950.2947.8927.84
Hex695E250A413B32301c
Octal1511364501210173626034
Binary1101001101111010010101010100000111101111001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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