#6B6210

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

Shades of Costa Del Sol #6B6210

Tints of Costa Del Sol #6B6210

Color information

#6B6210 (or 0x6B6210) is unknown color: approx Costa Del Sol. HEX triplet: 6B, 62 and 10. RGB value is (107,98,16). Sum of RGB (Red+Green+Blue) = 107+98+16=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6210 is #949DEF. Grayscale: #5B5B5B. Windows color (decimal): -9739760 or 1073771. OLE color: 1073771.

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

Color convert

RGB1079816-
CMYK00.080.850.58
HSL54.07º73.98%24.12%-
HSV(B)54.07º85.05%41.96%-
XYZ10.5211.92.23-
YUV91.3485.48139.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.42%
GREEN value IS 98 (38.67% from 255) = 44.34%
BLUE value IS 16 (6.64% from 255) = 7.24%
R=48.42%
G=44.34%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107981600.080.850.5854.0773.9824.12
Hex6B621008553A364a18
Octal15314220010125726611230
Binary1101011110001010000010001010101111010110110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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