#696014

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

Shades of Costa Del Sol #696014

Tints of Costa Del Sol #696014

Color information

#696014 (or 0x696014) is unknown color: approx Costa Del Sol. HEX triplet: 69, 60 and 14. RGB value is (105,96,20). Sum of RGB (Red+Green+Blue) = 105+96+20=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #696014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696014 is #969FEB. Grayscale: #5A5A5A. Windows color (decimal): -9871340 or 1335401. OLE color: 1335401.

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

Color convert

RGB1059620-
CMYK00.090.810.59
HSL53.65º68%24.51%-
HSV(B)53.65º80.95%41.18%-
XYZ10.1311.422.33-
YUV90.0388.48138.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.51%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 20 (8.20% from 255) = 9.05%
R=47.51%
G=43.44%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105962000.090.810.5953.656824.51
Hex69601409513B364419
Octal15114024011121736610431
Binary1101001110000010100010011010001111011110110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696014; }

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

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

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

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

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

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

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

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