#676016

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

Shades of Costa Del Sol #676016

Tints of Costa Del Sol #676016

Color information

#676016 (or 0x676016) is unknown color: approx Costa Del Sol. HEX triplet: 67, 60 and 16. RGB value is (103,96,22). Sum of RGB (Red+Green+Blue) = 103+96+22=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 103 - color contains mainly: red. Hex color #676016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676016 is #989FE9. Grayscale: #595959. Windows color (decimal): -10002410 or 1466471. OLE color: 1466471.

HSL color Cylindrical-coordinate representation of color #676016: hue angle of 54.81º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #676016 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB1039622-
CMYK00.070.790.60
HSL54.81º64.8%24.51%-
HSV(B)54.81º78.64%40.39%-
XYZ9.9211.312.42-
YUV89.6689.82137.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.61%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 22 (8.98% from 255) = 9.95%
R=46.61%
G=43.44%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103962200.070.790.6054.8164.824.51
Hex676016074F3C374119
Octal1471402607117746710131
Binary110011111000001011001111001111111100110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676016; }

 p { color: rgb(103,96,22); }

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

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

 a { background-color: rgb(103,96,22); }

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

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

 span { border-color: rgb(103,96,22); }

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