#696220

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

Shades of Costa Del Sol #696220

Tints of Costa Del Sol #696220

Color information

#696220 (or 0x696220) is unknown color: approx Costa Del Sol. HEX triplet: 69, 62 and 20. RGB value is (105,98,32). Sum of RGB (Red+Green+Blue) = 105+98+32=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #696220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696220 is #969DDF. Grayscale: #5C5C5C. Windows color (decimal): -9870816 or 2122345. OLE color: 2122345.

HSL color Cylindrical-coordinate representation of color #696220: hue angle of 54.25º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #696220 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1059832-
CMYK00.070.700.59
HSL54.25º53.28%26.86%-
HSV(B)54.25º69.52%41.18%-
XYZ10.4511.843.1-
YUV92.5793.82136.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 98 (38.67% from 255) = 41.70%
BLUE value IS 32 (12.89% from 255) = 13.62%
R=44.68%
G=41.70%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105983200.070.700.5954.2553.2826.86
Hex69622007463B36351b
Octal151142400710673666533
Binary110100111000101000000111100011011101111011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696220; }

 p { color: rgb(105,98,32); }

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

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

 a { background-color: rgb(105,98,32); }

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

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

 span { border-color: rgb(105,98,32); }

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