#695E28

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

Shades of Costa Del Sol #695E28

Tints of Costa Del Sol #695E28

Color information

#695E28 (or 0x695E28) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5E and 28. RGB value is (105,94,40). Sum of RGB (Red+Green+Blue) = 105+94+40=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #695E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695E28 is #96A1D7. Grayscale: #5B5B5B. Windows color (decimal): -9871832 or 2645609. OLE color: 2645609.

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

Color convert

RGB1059440-
CMYK00.100.620.59
HSL49.85º44.83%28.43%-
HSV(B)49.85º61.9%41.18%-
XYZ10.2111.163.62-
YUV91.1399.14137.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 94 (37.11% from 255) = 39.33%
BLUE value IS 40 (16.02% from 255) = 16.74%
R=43.93%
G=39.33%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105944000.100.620.5949.8544.8328.43
Hex695E280A3E3B322d1c
Octal151136500127673625534
Binary110100110111101010000101011111011101111001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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