#695A1C

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

Shades of Costa Del Sol #695A1C

Tints of Costa Del Sol #695A1C

Color information

#695A1C (or 0x695A1C) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5A and 1C. RGB value is (105,90,28). Sum of RGB (Red+Green+Blue) = 105+90+28=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #695A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695A1C is #96A5E3. Grayscale: #575757. Windows color (decimal): -9872868 or 1858153. OLE color: 1858153.

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

Color convert

RGB1059028-
CMYK00.140.730.59
HSL48.31º57.89%26.08%-
HSV(B)48.31º73.33%41.18%-
XYZ9.6910.42.6-
YUV87.4294.47140.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 28 (11.33% from 255) = 12.56%
R=47.09%
G=40.36%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105902800.140.730.5948.3157.8926.08
Hex695A1C0E493B303a1a
Octal1511323401611173607232
Binary110100110110101110001110100100111101111000011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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