#696213

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

Shades of Costa Del Sol #696213

Tints of Costa Del Sol #696213

Color information

#696213 (or 0x696213) is unknown color: approx Costa Del Sol. HEX triplet: 69, 62 and 13. RGB value is (105,98,19). Sum of RGB (Red+Green+Blue) = 105+98+19=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #696213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696213 is #969DEC. Grayscale: #5B5B5B. Windows color (decimal): -9870829 or 1270377. OLE color: 1270377.

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

Color convert

RGB1059819-
CMYK00.070.820.59
HSL55.12º69.35%24.31%-
HSV(B)55.12º81.9%41.18%-
XYZ10.3111.792.35-
YUV91.0987.32137.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.30%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 19 (7.81% from 255) = 8.56%
R=47.30%
G=44.14%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105981900.070.820.5955.1269.3524.31
Hex69621307523B374518
Octal1511422307122736710530
Binary110100111000101001101111010010111011110111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696213; }

 p { color: rgb(105,98,19); }

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

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

 a { background-color: rgb(105,98,19); }

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

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

 span { border-color: rgb(105,98,19); }

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