#696013

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

Shades of Costa Del Sol #696013

Tints of Costa Del Sol #696013

Color information

#696013 (or 0x696013) is unknown color: approx Costa Del Sol. HEX triplet: 69, 60 and 13. RGB value is (105,96,19). Sum of RGB (Red+Green+Blue) = 105+96+19=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #696013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696013 is #969FEC. Grayscale: #5A5A5A. Windows color (decimal): -9871341 or 1269865. OLE color: 1269865.

HSL color Cylindrical-coordinate representation of color #696013: hue angle of 53.72º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #696013 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1059619-
CMYK00.090.820.59
HSL53.72º69.35%24.31%-
HSV(B)53.72º81.9%41.18%-
XYZ10.1311.422.29-
YUV89.9187.98138.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 19 (7.81% from 255) = 8.64%
R=47.73%
G=43.64%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105961900.090.820.5953.7269.3524.31
Hex69601309523B364518
Octal15114023011122736610530
Binary1101001110000010011010011010010111011110110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696013; }

 p { color: rgb(105,96,19); }

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

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

 a { background-color: rgb(105,96,19); }

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

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

 span { border-color: rgb(105,96,19); }

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