#6A672F

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

Shades of Costa Del Sol #6A672F

Tints of Costa Del Sol #6A672F

Color information

#6A672F (or 0x6A672F) is unknown color: approx Costa Del Sol. HEX triplet: 6A, 67 and 2F. RGB value is (106,103,47). Sum of RGB (Red+Green+Blue) = 106+103+47=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 106 - color contains mainly: red. Hex color #6A672F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A672F is #9598D0. Grayscale: #616161. Windows color (decimal): -9803985 or 3106666. OLE color: 3106666.

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

Color convert

RGB10610347-
CMYK00.030.560.58
HSL56.95º38.56%30%-
HSV(B)56.95º55.66%41.57%-
XYZ11.3112.974.6-
YUV97.5199.49134.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.41%
GREEN value IS 103 (40.62% from 255) = 40.23%
BLUE value IS 47 (18.75% from 255) = 18.36%
R=41.41%
G=40.23%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061034700.030.560.5856.9538.5630
Hex6A672F03383A39271e
Octal15214757037072714736
Binary1101010110011110111101111100011101011100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A672F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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