#696519

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

Shades of Costa Del Sol #696519

Tints of Costa Del Sol #696519

Color information

#696519 (or 0x696519) is unknown color: approx Costa Del Sol. HEX triplet: 69, 65 and 19. RGB value is (105,101,25). Sum of RGB (Red+Green+Blue) = 105+101+25=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #696519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696519 is #969AE6. Grayscale: #5D5D5D. Windows color (decimal): -9870055 or 1664361. OLE color: 1664361.

HSL color Cylindrical-coordinate representation of color #696519: hue angle of 57º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #696519 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB10510125-
CMYK00.040.760.59
HSL57º61.54%25.49%-
HSV(B)57º76.19%41.18%-
XYZ10.6512.382.75-
YUV93.5389.33136.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 101 (39.84% from 255) = 43.72%
BLUE value IS 25 (10.16% from 255) = 10.82%
R=45.45%
G=43.72%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051012500.040.760.595761.5425.49
Hex696519044C3B393e19
Octal151145310411473717631
Binary11010011100101110010100100110011101111100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696519; }

 p { color: rgb(105,101,25); }

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

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

 a { background-color: rgb(105,101,25); }

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

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

 span { border-color: rgb(105,101,25); }

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