#6A5D22

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

Shades of Costa Del Sol #6A5D22

Tints of Costa Del Sol #6A5D22

Color information

#6A5D22 (or 0x6A5D22) is unknown color: approx Costa Del Sol. HEX triplet: 6A, 5D and 22. RGB value is (106,93,34). Sum of RGB (Red+Green+Blue) = 106+93+34=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5D22 is #95A2DD. Grayscale: #5A5A5A. Windows color (decimal): -9806558 or 2252138. OLE color: 2252138.

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

Color convert

RGB1069334-
CMYK00.120.680.58
HSL49.17º51.43%27.45%-
HSV(B)49.17º67.92%41.57%-
XYZ10.1511.013.1-
YUV90.1696.31139.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.49%
GREEN value IS 93 (36.72% from 255) = 39.91%
BLUE value IS 34 (13.67% from 255) = 14.59%
R=45.49%
G=39.91%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106933400.120.680.5849.1751.4327.45
Hex6A5D220C443A31331b
Octal1521354201410472616333
Binary1101010101110110001001100100010011101011000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,93,34); }

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

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

 a { background-color: rgb(106,93,34); }

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

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

 span { border-color: rgb(106,93,34); }

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