#6B5A15

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

Shades of Costa Del Sol #6B5A15

Tints of Costa Del Sol #6B5A15

Color information

#6B5A15 (or 0x6B5A15) is unknown color: approx Costa Del Sol. HEX triplet: 6B, 5A and 15. RGB value is (107,90,21). Sum of RGB (Red+Green+Blue) = 107+90+21=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5A15 is #94A5EA. Grayscale: #575757. Windows color (decimal): -9741803 or 1399403. OLE color: 1399403.

HSL color Cylindrical-coordinate representation of color #6B5A15: hue angle of 48.14º degrees, saturation: 0.67, 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 #6B5A15 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB1079021-
CMYK00.160.800.58
HSL48.14º67.19%25.1%-
HSV(B)48.14º80.37%41.96%-
XYZ9.8510.492.22-
YUV87.2290.63142.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.08%
GREEN value IS 90 (35.55% from 255) = 41.28%
BLUE value IS 21 (8.59% from 255) = 9.63%
R=49.08%
G=41.28%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107902100.160.800.5848.1467.1925.1
Hex6B5A15010503A304319
Octal15313225020120726010331
Binary11010111011010101010100001010000111010110000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,90,21); }

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

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

 a { background-color: rgb(107,90,21); }

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

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

 span { border-color: rgb(107,90,21); }

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