#695B1B

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

Shades of Costa Del Sol #695B1B

Tints of Costa Del Sol #695B1B

Color information

#695B1B (or 0x695B1B) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5B and 1B. RGB value is (105,91,27). Sum of RGB (Red+Green+Blue) = 105+91+27=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #695B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695B1B is #96A4E4. Grayscale: #585858. Windows color (decimal): -9872613 or 1792873. OLE color: 1792873.

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

Color convert

RGB1059127-
CMYK00.130.740.59
HSL49.23º59.09%25.88%-
HSV(B)49.23º74.29%41.18%-
XYZ9.7610.562.56-
YUV87.8993.64140.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 91 (35.94% from 255) = 40.81%
BLUE value IS 27 (10.94% from 255) = 12.11%
R=47.09%
G=40.81%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105912700.130.740.5949.2359.0925.88
Hex695B1B0D4A3B313b1a
Octal1511333301511273617332
Binary110100110110111101101101100101011101111000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,91,27); }

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

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

 a { background-color: rgb(105,91,27); }

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

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

 span { border-color: rgb(105,91,27); }

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