#6A5B1F

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

Shades of Costa Del Sol #6A5B1F

Tints of Costa Del Sol #6A5B1F

Color information

#6A5B1F (or 0x6A5B1F) is unknown color: approx Costa Del Sol. HEX triplet: 6A, 5B and 1F. RGB value is (106,91,31). Sum of RGB (Red+Green+Blue) = 106+91+31=228 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.49% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5B1F is #95A4E0. Grayscale: #585858. Windows color (decimal): -9807073 or 2055018. OLE color: 2055018.

HSL color Cylindrical-coordinate representation of color #6A5B1F: hue angle of 48º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A5B1F is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB1069131-
CMYK00.140.710.58
HSL48º54.74%26.86%-
HSV(B)48º70.75%41.57%-
XYZ9.9310.652.83-
YUV88.6495.47140.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.49%
GREEN value IS 91 (35.94% from 255) = 39.91%
BLUE value IS 31 (12.5% from 255) = 13.60%
R=46.49%
G=39.91%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106913100.140.710.584854.7426.86
Hex6A5B1F0E473A30371b
Octal1521333701610772606733
Binary110101010110111111101110100011111101011000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,91,31); }

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

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

 a { background-color: rgb(106,91,31); }

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

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

 span { border-color: rgb(106,91,31); }

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