#6A6731

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

Shades of Costa Del Sol #6A6731

Tints of Costa Del Sol #6A6731

Color information

#6A6731 (or 0x6A6731) is unknown color: approx Costa Del Sol. HEX triplet: 6A, 67 and 31. RGB value is (106,103,49). Sum of RGB (Red+Green+Blue) = 106+103+49=258 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.09% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6731 is #9598CE. Grayscale: #616161. Windows color (decimal): -9803983 or 3237738. OLE color: 3237738.

HSL color Cylindrical-coordinate representation of color #6A6731: hue angle of 56.84º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A6731 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB10610349-
CMYK00.030.540.58
HSL56.84º36.77%30.39%-
HSV(B)56.84º53.77%41.57%-
XYZ11.3512.994.81-
YUV97.74100.49133.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.09%
GREEN value IS 103 (40.62% from 255) = 39.92%
BLUE value IS 49 (19.53% from 255) = 18.99%
R=41.09%
G=39.92%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061034900.030.540.5856.8436.7730.39
Hex6A673103363A39251e
Octal15214761036672714536
Binary1101010110011111000101111011011101011100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,103,49); }

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

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

 a { background-color: rgb(106,103,49); }

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

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

 span { border-color: rgb(106,103,49); }

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