#695B26

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

Shades of Costa Del Sol #695B26

Tints of Costa Del Sol #695B26

Color information

#695B26 (or 0x695B26) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5B and 26. RGB value is (105,91,38). Sum of RGB (Red+Green+Blue) = 105+91+38=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #695B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695B26 is #96A4D9. Grayscale: #595959. Windows color (decimal): -9872602 or 2513769. OLE color: 2513769.

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

Color convert

RGB1059138-
CMYK00.130.640.59
HSL47.46º46.85%28.04%-
HSV(B)47.46º63.81%41.18%-
XYZ9.9210.633.36-
YUV89.1499.14139.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.87%
GREEN value IS 91 (35.94% from 255) = 38.89%
BLUE value IS 38 (15.23% from 255) = 16.24%
R=44.87%
G=38.89%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105913800.130.640.5947.4646.8528.04
Hex695B260D403B2f2f1c
Octal1511334601510073575734
Binary1101001101101110011001101100000011101110111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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