#696311

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

Shades of Costa Del Sol #696311

Tints of Costa Del Sol #696311

Color information

#696311 (or 0x696311) is unknown color: approx Costa Del Sol. HEX triplet: 69, 63 and 11. RGB value is (105,99,17). Sum of RGB (Red+Green+Blue) = 105+99+17=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #696311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696311 is #969CEE. Grayscale: #5B5B5B. Windows color (decimal): -9870575 or 1139561. OLE color: 1139561.

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

Color convert

RGB1059917-
CMYK00.060.840.59
HSL55.91º72.13%23.92%-
HSV(B)55.91º83.81%41.18%-
XYZ10.3911.972.29-
YUV91.4585.99137.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.51%
GREEN value IS 99 (39.06% from 255) = 44.80%
BLUE value IS 17 (7.03% from 255) = 7.69%
R=47.51%
G=44.80%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105991700.060.840.5955.9172.1323.92
Hex69631106543B384818
Octal1511432106124737011030
Binary110100111000111000101101010100111011111000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696311; }

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

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

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

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

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

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

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

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