#676215

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

Shades of Costa Del Sol #676215

Tints of Costa Del Sol #676215

Color information

#676215 (or 0x676215) is unknown color: approx Costa Del Sol. HEX triplet: 67, 62 and 15. RGB value is (103,98,21). Sum of RGB (Red+Green+Blue) = 103+98+21=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #676215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676215 is #989DEA. Grayscale: #5B5B5B. Windows color (decimal): -10001899 or 1401447. OLE color: 1401447.

HSL color Cylindrical-coordinate representation of color #676215: hue angle of 56.34º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #676215 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB1039821-
CMYK00.050.800.60
HSL56.34º66.13%24.31%-
HSV(B)56.34º79.61%40.39%-
XYZ10.111.672.43-
YUV90.7288.66136.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.40%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 21 (8.59% from 255) = 9.46%
R=46.40%
G=44.14%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103982100.050.800.6056.3466.1324.31
Hex67621505503C384218
Octal1471422505120747010230
Binary110011111000101010101011010000111100111000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676215; }

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

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

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

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

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

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

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

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