#6B601E

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

Shades of Costa Del Sol #6B601E

Tints of Costa Del Sol #6B601E

Color information

#6B601E (or 0x6B601E) is unknown color: approx Costa Del Sol. HEX triplet: 6B, 60 and 1E. RGB value is (107,96,30). Sum of RGB (Red+Green+Blue) = 107+96+30=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B601E is #949FE1. Grayscale: #5C5C5C. Windows color (decimal): -9740258 or 1990763. OLE color: 1990763.

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

Color convert

RGB1079630-
CMYK00.100.720.58
HSL51.43º56.2%26.86%-
HSV(B)51.43º71.96%41.96%-
XYZ10.4811.592.91-
YUV91.7693.14138.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.92%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 30 (12.11% from 255) = 12.88%
R=45.92%
G=41.20%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107963000.100.720.5851.4356.226.86
Hex6B601E0A483A33381b
Octal1531403601211072637033
Binary110101111000001111001010100100011101011001111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,96,30); }

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

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

 a { background-color: rgb(107,96,30); }

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

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

 span { border-color: rgb(107,96,30); }

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