#695E1A

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

Shades of Costa Del Sol #695E1A

Tints of Costa Del Sol #695E1A

Color information

#695E1A (or 0x695E1A) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5E and 1A. RGB value is (105,94,26). Sum of RGB (Red+Green+Blue) = 105+94+26=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #695E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695E1A is #96A1E5. Grayscale: #595959. Windows color (decimal): -9871846 or 1728105. OLE color: 1728105.

HSL color Cylindrical-coordinate representation of color #695E1A: hue angle of 51.65º 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 #695E1A is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB1059426-
CMYK00.100.750.59
HSL51.65º60.31%25.69%-
HSV(B)51.65º75.24%41.18%-
XYZ10.0111.082.59-
YUV89.5492.14139.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 94 (37.11% from 255) = 41.78%
BLUE value IS 26 (10.55% from 255) = 11.56%
R=46.67%
G=41.78%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105942600.100.750.5951.6560.3125.69
Hex695E1A0A4B3B343c1a
Octal1511363201211373647432
Binary110100110111101101001010100101111101111010011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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