#6A611B

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

Shades of Costa Del Sol #6A611B

Tints of Costa Del Sol #6A611B

Color information

#6A611B (or 0x6A611B) is unknown color: approx Costa Del Sol. HEX triplet: 6A, 61 and 1B. RGB value is (106,97,27). Sum of RGB (Red+Green+Blue) = 106+97+27=230 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.09% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 106 - color contains mainly: red. Hex color #6A611B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A611B is #959EE4. Grayscale: #5C5C5C. Windows color (decimal): -9805541 or 1794410. OLE color: 1794410.

HSL color Cylindrical-coordinate representation of color #6A611B: hue angle of 53.16º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A611B is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB1069727-
CMYK00.080.750.58
HSL53.16º59.4%26.08%-
HSV(B)53.16º74.53%41.57%-
XYZ10.4211.692.74-
YUV91.7191.48138.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.09%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 27 (10.94% from 255) = 11.74%
R=46.09%
G=42.17%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106972700.080.750.5853.1659.426.08
Hex6A611B084B3A353b1a
Octal1521413301011372657332
Binary110101011000011101101000100101111101011010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,97,27); }

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

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

 a { background-color: rgb(106,97,27); }

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

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

 span { border-color: rgb(106,97,27); }

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