#6A6013

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

Shades of Costa Del Sol #6A6013

Tints of Costa Del Sol #6A6013

Color information

#6A6013 (or 0x6A6013) is unknown color: approx Costa Del Sol. HEX triplet: 6A, 60 and 13. RGB value is (106,96,19). Sum of RGB (Red+Green+Blue) = 106+96+19=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6013 is #959FEC. Grayscale: #5A5A5A. Windows color (decimal): -9805805 or 1269866. OLE color: 1269866.

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

Color convert

RGB1069619-
CMYK00.090.820.58
HSL53.1º69.6%24.51%-
HSV(B)53.1º82.08%41.57%-
XYZ10.2411.482.29-
YUV90.2187.81139.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.96%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 19 (7.81% from 255) = 8.60%
R=47.96%
G=43.44%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106961900.090.820.5853.169.624.51
Hex6A601309523A354619
Octal15214023011122726510631
Binary1101010110000010011010011010010111010110101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,96,19); }

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

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

 a { background-color: rgb(106,96,19); }

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

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

 span { border-color: rgb(106,96,19); }

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