#696012

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

Shades of Costa Del Sol #696012

Tints of Costa Del Sol #696012

Color information

#696012 (or 0x696012) is unknown color: approx Costa Del Sol. HEX triplet: 69, 60 and 12. RGB value is (105,96,18). Sum of RGB (Red+Green+Blue) = 105+96+18=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #696012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696012 is #969FED. Grayscale: #5A5A5A. Windows color (decimal): -9871342 or 1204329. OLE color: 1204329.

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

Color convert

RGB1059618-
CMYK00.090.830.59
HSL53.79º70.73%24.12%-
HSV(B)53.79º82.86%41.18%-
XYZ10.1211.412.24-
YUV89.887.48138.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 18 (7.42% from 255) = 8.22%
R=47.95%
G=43.84%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105961800.090.830.5953.7970.7324.12
Hex69601209533B364718
Octal15114022011123736610730
Binary1101001110000010010010011010011111011110110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696012; }

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

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

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

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

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

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

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

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