#696631

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

Shades of Costa Del Sol #696631

Tints of Costa Del Sol #696631

Color information

#696631 (or 0x696631) is unknown color: approx Costa Del Sol. HEX triplet: 69, 66 and 31. RGB value is (105,102,49). Sum of RGB (Red+Green+Blue) = 105+102+49=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #696631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696631 is #9699CE. Grayscale: #616161. Windows color (decimal): -9869775 or 3237481. OLE color: 3237481.

HSL color Cylindrical-coordinate representation of color #696631: hue angle of 56.79º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #696631 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB10510249-
CMYK00.030.530.59
HSL56.79º36.36%30.2%-
HSV(B)56.79º53.33%41.18%-
XYZ11.1312.734.78-
YUV96.85100.99133.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 49 (19.53% from 255) = 19.14%
R=41.02%
G=39.84%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051024900.030.530.5956.7936.3630.2
Hex69663103353B39241e
Octal15114661036573714436
Binary1101001110011011000101111010111101111100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696631; }

 p { color: rgb(105,102,49); }

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

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

 a { background-color: rgb(105,102,49); }

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

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

 span { border-color: rgb(105,102,49); }

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