#6A6316

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

Shades of Costa Del Sol #6A6316

Tints of Costa Del Sol #6A6316

Color information

#6A6316 (or 0x6A6316) is unknown color: approx Costa Del Sol. HEX triplet: 6A, 63 and 16. RGB value is (106,99,22). Sum of RGB (Red+Green+Blue) = 106+99+22=227 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.70% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6316 is #959CE9. Grayscale: #5C5C5C. Windows color (decimal): -9805034 or 1467242. OLE color: 1467242.

HSL color Cylindrical-coordinate representation of color #6A6316: hue angle of 55º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A6316 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB1069922-
CMYK00.070.790.58
HSL55º65.62%25.1%-
HSV(B)55º79.25%41.57%-
XYZ10.5512.052.53-
YUV92.3288.32137.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.70%
GREEN value IS 99 (39.06% from 255) = 43.61%
BLUE value IS 22 (8.98% from 255) = 9.69%
R=46.70%
G=43.61%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106992200.070.790.585565.6225.1
Hex6A6316074F3A374219
Octal1521432607117726710231
Binary110101011000111011001111001111111010110111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,99,22); }

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

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

 a { background-color: rgb(106,99,22); }

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

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

 span { border-color: rgb(106,99,22); }

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