#6B6116

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

Shades of Costa Del Sol #6B6116

Tints of Costa Del Sol #6B6116

Color information

#6B6116 (or 0x6B6116) is unknown color: approx Costa Del Sol. HEX triplet: 6B, 61 and 16. RGB value is (107,97,22). Sum of RGB (Red+Green+Blue) = 107+97+22=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6116 is #949EE9. Grayscale: #5B5B5B. Windows color (decimal): -9740010 or 1466731. OLE color: 1466731.

HSL color Cylindrical-coordinate representation of color #6B6116: hue angle of 52.94º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B6116 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB1079722-
CMYK00.090.790.58
HSL52.94º65.89%25.29%-
HSV(B)52.94º79.44%41.96%-
XYZ10.4811.732.47-
YUV91.4488.81139.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.35%
GREEN value IS 97 (38.28% from 255) = 42.92%
BLUE value IS 22 (8.98% from 255) = 9.73%
R=47.35%
G=42.92%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107972200.090.790.5852.9465.8925.29
Hex6B6116094F3A354219
Octal15314126011117726510231
Binary1101011110000110110010011001111111010110101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,97,22); }

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

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

 a { background-color: rgb(107,97,22); }

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

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

 span { border-color: rgb(107,97,22); }

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