#696121

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

Shades of Costa Del Sol #696121

Tints of Costa Del Sol #696121

Color information

#696121 (or 0x696121) is unknown color: approx Costa Del Sol. HEX triplet: 69, 61 and 21. RGB value is (105,97,33). Sum of RGB (Red+Green+Blue) = 105+97+33=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #696121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696121 is #969EDE. Grayscale: #5C5C5C. Windows color (decimal): -9871071 or 2187625. OLE color: 2187625.

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

Color convert

RGB1059733-
CMYK00.080.690.59
HSL53.33º52.17%27.06%-
HSV(B)53.33º68.57%41.18%-
XYZ10.3711.663.14-
YUV92.194.65137.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 33 (13.28% from 255) = 14.04%
R=44.68%
G=41.28%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105973300.080.690.5953.3352.1727.06
Hex69612108453B35341b
Octal1511414101010573656433
Binary1101001110000110000101000100010111101111010111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696121; }

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

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

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

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

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

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

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

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