#696419

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

Shades of Costa Del Sol #696419

Tints of Costa Del Sol #696419

Color information

#696419 (or 0x696419) is unknown color: approx Costa Del Sol. HEX triplet: 69, 64 and 19. RGB value is (105,100,25). Sum of RGB (Red+Green+Blue) = 105+100+25=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #696419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696419 is #969BE6. Grayscale: #5D5D5D. Windows color (decimal): -9870311 or 1664105. OLE color: 1664105.

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

Color convert

RGB10510025-
CMYK00.050.760.59
HSL56.25º61.54%25.49%-
HSV(B)56.25º76.19%41.18%-
XYZ10.5612.192.72-
YUV92.9489.66136.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 100 (39.45% from 255) = 43.48%
BLUE value IS 25 (10.16% from 255) = 10.87%
R=45.65%
G=43.48%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051002500.050.760.5956.2561.5425.49
Hex696419054C3B383e19
Octal151144310511473707631
Binary11010011100100110010101100110011101111100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696419; }

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

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

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

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

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

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

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

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