#696319

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

Shades of Costa Del Sol #696319

Tints of Costa Del Sol #696319

Color information

#696319 (or 0x696319) is unknown color: approx Costa Del Sol. HEX triplet: 69, 63 and 19. RGB value is (105,99,25). Sum of RGB (Red+Green+Blue) = 105+99+25=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #696319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696319 is #969CE6. Grayscale: #5C5C5C. Windows color (decimal): -9870567 or 1663849. OLE color: 1663849.

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

Color convert

RGB1059925-
CMYK00.060.760.59
HSL55.5º61.54%25.49%-
HSV(B)55.5º76.19%41.18%-
XYZ10.46122.68-
YUV92.3689.99137.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.85%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 25 (10.16% from 255) = 10.92%
R=45.85%
G=43.23%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105992500.060.760.5955.561.5425.49
Hex696319064C3B383e19
Octal151143310611473707631
Binary11010011100011110010110100110011101111100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696319; }

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

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

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

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

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

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

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

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