#6B6215

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

Shades of Costa Del Sol #6B6215

Tints of Costa Del Sol #6B6215

Color information

#6B6215 (or 0x6B6215) is unknown color: approx Costa Del Sol. HEX triplet: 6B, 62 and 15. RGB value is (107,98,21). Sum of RGB (Red+Green+Blue) = 107+98+21=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6215 is #949DEA. Grayscale: #5C5C5C. Windows color (decimal): -9739755 or 1401451. OLE color: 1401451.

HSL color Cylindrical-coordinate representation of color #6B6215: hue angle of 53.72º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B6215 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB1079821-
CMYK00.080.800.58
HSL53.72º67.19%25.1%-
HSV(B)53.72º80.37%41.96%-
XYZ10.5711.922.45-
YUV91.9187.98138.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.35%
GREEN value IS 98 (38.67% from 255) = 43.36%
BLUE value IS 21 (8.59% from 255) = 9.29%
R=47.35%
G=43.36%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107982100.080.800.5853.7267.1925.1
Hex6B621508503A364319
Octal15314225010120726610331
Binary1101011110001010101010001010000111010110110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,98,21); }

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

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

 a { background-color: rgb(107,98,21); }

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

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

 span { border-color: rgb(107,98,21); }

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