#696420

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

Shades of Costa Del Sol #696420

Tints of Costa Del Sol #696420

Color information

#696420 (or 0x696420) is unknown color: approx Costa Del Sol. HEX triplet: 69, 64 and 20. RGB value is (105,100,32). Sum of RGB (Red+Green+Blue) = 105+100+32=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #696420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696420 is #969BDF. Grayscale: #5E5E5E. Windows color (decimal): -9870304 or 2122857. OLE color: 2122857.

HSL color Cylindrical-coordinate representation of color #696420: hue angle of 55.89º 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 #696420 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB10510032-
CMYK00.050.700.59
HSL55.89º53.28%26.86%-
HSV(B)55.89º69.52%41.18%-
XYZ10.6412.223.16-
YUV93.7493.16136.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.30%
GREEN value IS 100 (39.45% from 255) = 42.19%
BLUE value IS 32 (12.89% from 255) = 13.50%
R=44.30%
G=42.19%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051003200.050.700.5955.8953.2826.86
Hex69642005463B38351b
Octal151144400510673706533
Binary110100111001001000000101100011011101111100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696420; }

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

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

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

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

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

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

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

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