#696520

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

Shades of Costa Del Sol #696520

Tints of Costa Del Sol #696520

Color information

#696520 (or 0x696520) is unknown color: approx Costa Del Sol. HEX triplet: 69, 65 and 20. RGB value is (105,101,32). Sum of RGB (Red+Green+Blue) = 105+101+32=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #696520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696520 is #969ADF. Grayscale: #5E5E5E. Windows color (decimal): -9870048 or 2123113. OLE color: 2123113.

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

Color convert

RGB10510132-
CMYK00.040.700.59
HSL56.71º53.28%26.86%-
HSV(B)56.71º69.52%41.18%-
XYZ10.7412.413.2-
YUV94.3392.83135.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 101 (39.84% from 255) = 42.44%
BLUE value IS 32 (12.89% from 255) = 13.45%
R=44.12%
G=42.44%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051013200.040.700.5956.7153.2826.86
Hex69652004463B39351b
Octal151145400410673716533
Binary110100111001011000000100100011011101111100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696520; }

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

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

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

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

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

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

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

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