#696321

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

Shades of Costa Del Sol #696321

Tints of Costa Del Sol #696321

Color information

#696321 (or 0x696321) is unknown color: approx Costa Del Sol. HEX triplet: 69, 63 and 21. RGB value is (105,99,33). Sum of RGB (Red+Green+Blue) = 105+99+33=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #696321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696321 is #969CDE. Grayscale: #5D5D5D. Windows color (decimal): -9870559 or 2188137. OLE color: 2188137.

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

Color convert

RGB1059933-
CMYK00.060.690.59
HSL55º52.17%27.06%-
HSV(B)55º68.57%41.18%-
XYZ10.5612.043.21-
YUV93.2793.99136.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.30%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 33 (13.28% from 255) = 13.92%
R=44.30%
G=41.77%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105993300.060.690.595552.1727.06
Hex69632106453B37341b
Octal151143410610573676433
Binary110100111000111000010110100010111101111011111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696321; }

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

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

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

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

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

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

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

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