#695B1A

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

Shades of Costa Del Sol #695B1A

Tints of Costa Del Sol #695B1A

Color information

#695B1A (or 0x695B1A) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5B and 1A. RGB value is (105,91,26). Sum of RGB (Red+Green+Blue) = 105+91+26=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #695B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695B1A is #96A4E5. Grayscale: #585858. Windows color (decimal): -9872614 or 1727337. OLE color: 1727337.

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

Color convert

RGB1059126-
CMYK00.130.750.59
HSL49.37º60.31%25.69%-
HSV(B)49.37º75.24%41.18%-
XYZ9.7510.562.5-
YUV87.7893.14140.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.30%
GREEN value IS 91 (35.94% from 255) = 40.99%
BLUE value IS 26 (10.55% from 255) = 11.71%
R=47.30%
G=40.99%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105912600.130.750.5949.3760.3125.69
Hex695B1A0D4B3B313c1a
Octal1511333201511373617432
Binary110100110110111101001101100101111101111000111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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