#6B5A1A

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

Shades of Costa Del Sol #6B5A1A

Tints of Costa Del Sol #6B5A1A

Color information

#6B5A1A (or 0x6B5A1A) is unknown color: approx Costa Del Sol. HEX triplet: 6B, 5A and 1A. RGB value is (107,90,26). Sum of RGB (Red+Green+Blue) = 107+90+26=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5A1A is #94A5E5. Grayscale: #585858. Windows color (decimal): -9741798 or 1727083. OLE color: 1727083.

HSL color Cylindrical-coordinate representation of color #6B5A1A: hue angle of 47.41º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B5A1A is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB1079026-
CMYK00.160.760.58
HSL47.41º60.9%26.08%-
HSV(B)47.41º75.7%41.96%-
XYZ9.9110.512.48-
YUV87.7993.13141.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.98%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 26 (10.55% from 255) = 11.66%
R=47.98%
G=40.36%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107902600.160.760.5847.4160.926.08
Hex6B5A1A0104C3A2f3d1a
Octal1531323202011472577532
Binary1101011101101011010010000100110011101010111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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