#695A1D

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

Shades of Costa Del Sol #695A1D

Tints of Costa Del Sol #695A1D

Color information

#695A1D (or 0x695A1D) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5A and 1D. RGB value is (105,90,29). Sum of RGB (Red+Green+Blue) = 105+90+29=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #695A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695A1D is #96A5E2. Grayscale: #575757. Windows color (decimal): -9872867 or 1923689. OLE color: 1923689.

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

Color convert

RGB1059029-
CMYK00.140.720.59
HSL48.16º56.72%26.27%-
HSV(B)48.16º72.38%41.18%-
XYZ9.710.42.66-
YUV87.5394.97140.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 90 (35.55% from 255) = 40.18%
BLUE value IS 29 (11.72% from 255) = 12.95%
R=46.88%
G=40.18%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105902900.140.720.5948.1656.7226.27
Hex695A1D0E483B30391a
Octal1511323501611073607132
Binary110100110110101110101110100100011101111000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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