#695E0A

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

Shades of Costa Del Sol #695E0A

Tints of Costa Del Sol #695E0A

Color information

#695E0A (or 0x695E0A) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5E and 0A. RGB value is (105,94,10). Sum of RGB (Red+Green+Blue) = 105+94+10=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #695E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695E0A is #96A1F5. Grayscale: #585858. Windows color (decimal): -9871862 or 679529. OLE color: 679529.

HSL color Cylindrical-coordinate representation of color #695E0A: hue angle of 53.05º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #695E0A is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1059410-
CMYK00.100.900.59
HSL53.05º82.61%22.55%-
HSV(B)53.05º90.48%41.18%-
XYZ9.8811.031.9-
YUV87.7184.14140.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 94 (37.11% from 255) = 44.98%
BLUE value IS 10 (4.30% from 255) = 4.78%
R=50.24%
G=44.98%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105941000.100.900.5953.0582.6122.55
Hex695EA0A5A3B355317
Octal15113612012132736512327
Binary110100110111101010010101011010111011110101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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