#6C6016

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

Shades of Costa Del Sol #6C6016

Tints of Costa Del Sol #6C6016

Color information

#6C6016 (or 0x6C6016) is unknown color: approx Costa Del Sol. HEX triplet: 6C, 60 and 16. RGB value is (108,96,22). Sum of RGB (Red+Green+Blue) = 108+96+22=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6016 is #939FE9. Grayscale: #5B5B5B. Windows color (decimal): -9674730 or 1466476. OLE color: 1466476.

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

Color convert

RGB1089622-
CMYK00.110.800.58
HSL51.63º66.15%25.49%-
HSV(B)51.63º79.63%42.35%-
XYZ10.5111.612.45-
YUV91.1588.98140.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.79%
GREEN value IS 96 (37.89% from 255) = 42.48%
BLUE value IS 22 (8.98% from 255) = 9.73%
R=47.79%
G=42.48%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108962200.110.800.5851.6366.1525.49
Hex6C60160B503A344219
Octal15414026013120726410231
Binary1101100110000010110010111010000111010110100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,96,22); }

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

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

 a { background-color: rgb(108,96,22); }

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

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

 span { border-color: rgb(108,96,22); }

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