#696731

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

Shades of Costa Del Sol #696731

Tints of Costa Del Sol #696731

Color information

#696731 (or 0x696731) is unknown color: approx Costa Del Sol. HEX triplet: 69, 67 and 31. RGB value is (105,103,49). Sum of RGB (Red+Green+Blue) = 105+103+49=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #696731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696731 is #9698CE. Grayscale: #616161. Windows color (decimal): -9869519 or 3237737. OLE color: 3237737.

HSL color Cylindrical-coordinate representation of color #696731: hue angle of 57.86º 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 #696731 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB10510349-
CMYK00.020.530.59
HSL57.86º36.36%30.2%-
HSV(B)57.86º53.33%41.18%-
XYZ11.2312.934.81-
YUV97.44100.66133.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.86%
GREEN value IS 103 (40.62% from 255) = 40.08%
BLUE value IS 49 (19.53% from 255) = 19.07%
R=40.86%
G=40.08%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051034900.020.530.5957.8636.3630.2
Hex69673102353B3a241e
Octal15114761026573724436
Binary1101001110011111000101011010111101111101010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696731; }

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

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

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

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

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

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

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

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