#696010

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

Shades of Costa Del Sol #696010

Tints of Costa Del Sol #696010

Color information

#696010 (or 0x696010) is unknown color: approx Costa Del Sol. HEX triplet: 69, 60 and 10. RGB value is (105,96,16). Sum of RGB (Red+Green+Blue) = 105+96+16=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #696010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696010 is #969FEF. Grayscale: #595959. Windows color (decimal): -9871344 or 1073257. OLE color: 1073257.

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

Color convert

RGB1059616-
CMYK00.090.850.59
HSL53.93º73.55%23.73%-
HSV(B)53.93º84.76%41.18%-
XYZ10.111.412.16-
YUV89.5786.48139-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.39%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 16 (6.64% from 255) = 7.37%
R=48.39%
G=44.24%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105961600.090.850.5953.9373.5523.73
Hex69601009553B364a18
Octal15114020011125736611230
Binary1101001110000010000010011010101111011110110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696010; }

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

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

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

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

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

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

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

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