#6A6211

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

Shades of Costa Del Sol #6A6211

Tints of Costa Del Sol #6A6211

Color information

#6A6211 (or 0x6A6211) is unknown color: approx Costa Del Sol. HEX triplet: 6A, 62 and 11. RGB value is (106,98,17). Sum of RGB (Red+Green+Blue) = 106+98+17=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6211 is #959DEE. Grayscale: #5B5B5B. Windows color (decimal): -9805295 or 1139306. OLE color: 1139306.

HSL color Cylindrical-coordinate representation of color #6A6211: hue angle of 54.61º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A6211 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB1069817-
CMYK00.080.840.58
HSL54.61º72.36%24.12%-
HSV(B)54.61º83.96%41.57%-
XYZ10.4111.842.27-
YUV91.1686.15138.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.96%
GREEN value IS 98 (38.67% from 255) = 44.34%
BLUE value IS 17 (7.03% from 255) = 7.69%
R=47.96%
G=44.34%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106981700.080.840.5854.6172.3624.12
Hex6A621108543A374818
Octal15214221010124726711030
Binary1101010110001010001010001010100111010110111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A6211; }

 p { color: rgb(106,98,17); }

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

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

 a { background-color: rgb(106,98,17); }

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

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

 span { border-color: rgb(106,98,17); }

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