#696328

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

Shades of Costa Del Sol #696328

Tints of Costa Del Sol #696328

Color information

#696328 (or 0x696328) is unknown color: approx Costa Del Sol. HEX triplet: 69, 63 and 28. RGB value is (105,99,40). Sum of RGB (Red+Green+Blue) = 105+99+40=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #696328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696328 is #969CD7. Grayscale: #5E5E5E. Windows color (decimal): -9870552 or 2646889. OLE color: 2646889.

HSL color Cylindrical-coordinate representation of color #696328: hue angle of 54.46º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #696328 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1059940-
CMYK00.060.620.59
HSL54.46º44.83%28.43%-
HSV(B)54.46º61.9%41.18%-
XYZ10.6712.083.78-
YUV94.0797.49135.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.03%
GREEN value IS 99 (39.06% from 255) = 40.57%
BLUE value IS 40 (16.02% from 255) = 16.39%
R=43.03%
G=40.57%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105994000.060.620.5954.4644.8328.43
Hex696328063E3B362d1c
Octal15114350067673665534
Binary11010011100011101000011011111011101111011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696328; }

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

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

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

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

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

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

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

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