#6A672A

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

Shades of Costa Del Sol #6A672A

Tints of Costa Del Sol #6A672A

Color information

#6A672A (or 0x6A672A) is unknown color: approx Costa Del Sol. HEX triplet: 6A, 67 and 2A. RGB value is (106,103,42). Sum of RGB (Red+Green+Blue) = 106+103+42=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 106 - color contains mainly: red. Hex color #6A672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A672A is #9598D5. Grayscale: #616161. Windows color (decimal): -9803990 or 2778986. OLE color: 2778986.

HSL color Cylindrical-coordinate representation of color #6A672A: hue angle of 57.19º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A672A is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB10610342-
CMYK00.030.600.58
HSL57.19º43.24%29.02%-
HSV(B)57.19º60.38%41.57%-
XYZ11.2112.934.1-
YUV96.9496.99134.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.23%
GREEN value IS 103 (40.62% from 255) = 41.04%
BLUE value IS 42 (16.80% from 255) = 16.73%
R=42.23%
G=41.04%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061034200.030.600.5857.1943.2429.02
Hex6A672A033C3A392b1d
Octal15214752037472715335
Binary1101010110011110101001111110011101011100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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