#696416

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

Shades of Costa Del Sol #696416

Tints of Costa Del Sol #696416

Color information

#696416 (or 0x696416) is unknown color: approx Costa Del Sol. HEX triplet: 69, 64 and 16. RGB value is (105,100,22). Sum of RGB (Red+Green+Blue) = 105+100+22=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #696416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696416 is #969BE9. Grayscale: #5C5C5C. Windows color (decimal): -9870314 or 1467497. OLE color: 1467497.

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

Color convert

RGB10510022-
CMYK00.050.790.59
HSL56.39º65.35%24.9%-
HSV(B)56.39º79.05%41.18%-
XYZ10.5312.182.55-
YUV92.688.16136.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.26%
GREEN value IS 100 (39.45% from 255) = 44.05%
BLUE value IS 22 (8.98% from 255) = 9.69%
R=46.26%
G=44.05%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051002200.050.790.5956.3965.3524.9
Hex696416054F3B384119
Octal1511442605117737010131
Binary110100111001001011001011001111111011111000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696416; }

 p { color: rgb(105,100,22); }

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

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

 a { background-color: rgb(105,100,22); }

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

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

 span { border-color: rgb(105,100,22); }

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