#696219

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

Shades of Costa Del Sol #696219

Tints of Costa Del Sol #696219

Color information

#696219 (or 0x696219) is unknown color: approx Costa Del Sol. HEX triplet: 69, 62 and 19. RGB value is (105,98,25). Sum of RGB (Red+Green+Blue) = 105+98+25=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #696219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696219 is #969DE6. Grayscale: #5C5C5C. Windows color (decimal): -9870823 or 1663593. OLE color: 1663593.

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

Color convert

RGB1059825-
CMYK00.070.760.59
HSL54.75º61.54%25.49%-
HSV(B)54.75º76.19%41.18%-
XYZ10.3711.812.65-
YUV91.7790.32137.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 25 (10.16% from 255) = 10.96%
R=46.05%
G=42.98%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105982500.070.760.5954.7561.5425.49
Hex696219074C3B373e19
Octal151142310711473677631
Binary11010011100010110010111100110011101111011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696219; }

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

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

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

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

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

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

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

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