#696831

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

Shades of Costa Del Sol #696831

Tints of Costa Del Sol #696831

Color information

#696831 (or 0x696831) is unknown color: approx Costa Del Sol. HEX triplet: 69, 68 and 31. RGB value is (105,104,49). Sum of RGB (Red+Green+Blue) = 105+104+49=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #696831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696831 is #9697CE. Grayscale: #626262. Windows color (decimal): -9869263 or 3237993. OLE color: 3237993.

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

Color convert

RGB10510449-
CMYK00.010.530.59
HSL58.93º36.36%30.2%-
HSV(B)58.93º53.33%41.18%-
XYZ11.3313.134.84-
YUV98.03100.33132.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.70%
GREEN value IS 104 (41.02% from 255) = 40.31%
BLUE value IS 49 (19.53% from 255) = 18.99%
R=40.70%
G=40.31%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051044900.010.530.5958.9336.3630.2
Hex69683101353B3b241e
Octal15115061016573734436
Binary110100111010001100010111010111101111101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696831; }

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

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

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

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

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

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

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

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