#6E601B

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

Shades of Costa Del Sol #6E601B

Tints of Costa Del Sol #6E601B

Color information

#6E601B (or 0x6E601B) is unknown color: approx Costa Del Sol. HEX triplet: 6E, 60 and 1B. RGB value is (110,96,27). Sum of RGB (Red+Green+Blue) = 110+96+27=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 110 - color contains mainly: red. Hex color #6E601B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E601B is #919FE4. Grayscale: #5C5C5C. Windows color (decimal): -9543653 or 1794158. OLE color: 1794158.

HSL color Cylindrical-coordinate representation of color #6E601B: hue angle of 49.88º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E601B is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB1109627-
CMYK00.130.750.57
HSL49.88º60.58%26.86%-
HSV(B)49.88º75.45%43.14%-
XYZ10.8111.762.74-
YUV92.3291.14140.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.21%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 27 (10.94% from 255) = 11.59%
R=47.21%
G=41.20%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110962700.130.750.5749.8860.5826.86
Hex6E601B0D4B39323d1b
Octal1561403301511371627533
Binary110111011000001101101101100101111100111001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,96,27); }

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

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

 a { background-color: rgb(110,96,27); }

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

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

 span { border-color: rgb(110,96,27); }

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