#676312

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

Shades of Costa Del Sol #676312

Tints of Costa Del Sol #676312

Color information

#676312 (or 0x676312) is unknown color: approx Costa Del Sol. HEX triplet: 67, 63 and 12. RGB value is (103,99,18). Sum of RGB (Red+Green+Blue) = 103+99+18=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #676312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676312 is #989CED. Grayscale: #5B5B5B. Windows color (decimal): -10001646 or 1205095. OLE color: 1205095.

HSL color Cylindrical-coordinate representation of color #676312: hue angle of 57.18º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #676312 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB1039918-
CMYK00.040.830.60
HSL57.18º70.25%23.73%-
HSV(B)57.18º82.52%40.39%-
XYZ10.1611.852.32-
YUV90.9686.83136.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.82%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 18 (7.42% from 255) = 8.18%
R=46.82%
G=45%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103991800.040.830.6057.1870.2523.73
Hex67631204533C394618
Octal1471432204123747110630
Binary110011111000111001001001010011111100111001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676312; }

 p { color: rgb(103,99,18); }

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

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

 a { background-color: rgb(103,99,18); }

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

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

 span { border-color: rgb(103,99,18); }

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