#695E2D

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

Shades of Costa Del Sol #695E2D

Tints of Costa Del Sol #695E2D

Color information

#695E2D (or 0x695E2D) is unknown color: approx Costa Del Sol. HEX triplet: 69, 5E and 2D. RGB value is (105,94,45). Sum of RGB (Red+Green+Blue) = 105+94+45=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #695E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695E2D is #96A1D2. Grayscale: #5B5B5B. Windows color (decimal): -9871827 or 2973289. OLE color: 2973289.

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

Color convert

RGB1059445-
CMYK00.100.570.59
HSL49º40%29.41%-
HSV(B)49º57.14%41.18%-
XYZ10.311.24.1-
YUV91.7101.64137.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.03%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 45 (17.97% from 255) = 18.44%
R=43.03%
G=38.52%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105944500.100.570.59494029.41
Hex695E2D0A393B31281d
Octal151136550127173615035
Binary110100110111101011010101011100111101111000110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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