#696521

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

Shades of Costa Del Sol #696521

Tints of Costa Del Sol #696521

Color information

#696521 (or 0x696521) is unknown color: approx Costa Del Sol. HEX triplet: 69, 65 and 21. RGB value is (105,101,33). Sum of RGB (Red+Green+Blue) = 105+101+33=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #696521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696521 is #969ADE. Grayscale: #5E5E5E. Windows color (decimal): -9870047 or 2188649. OLE color: 2188649.

HSL color Cylindrical-coordinate representation of color #696521: hue angle of 56.67º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #696521 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB10510133-
CMYK00.040.690.59
HSL56.67º52.17%27.06%-
HSV(B)56.67º68.57%41.18%-
XYZ10.7512.423.27-
YUV94.4493.33135.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 101 (39.84% from 255) = 42.26%
BLUE value IS 33 (13.28% from 255) = 13.81%
R=43.93%
G=42.26%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051013300.040.690.5956.6752.1727.06
Hex69652104453B39341b
Octal151145410410573716433
Binary110100111001011000010100100010111101111100111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696521; }

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

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

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

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

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

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

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

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