#675F15

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

Shades of Costa Del Sol #675F15

Tints of Costa Del Sol #675F15

Color information

#675F15 (or 0x675F15) is unknown color: approx Costa Del Sol. HEX triplet: 67, 5F and 15. RGB value is (103,95,21). Sum of RGB (Red+Green+Blue) = 103+95+21=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #675F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675F15 is #98A0EA. Grayscale: #595959. Windows color (decimal): -10002667 or 1400679. OLE color: 1400679.

HSL color Cylindrical-coordinate representation of color #675F15: hue angle of 54.15º 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 #675F15 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB1039521-
CMYK00.080.800.60
HSL54.15º66.13%24.31%-
HSV(B)54.15º79.61%40.39%-
XYZ9.8211.122.34-
YUV88.9689.65138.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.03%
GREEN value IS 95 (37.5% from 255) = 43.38%
BLUE value IS 21 (8.59% from 255) = 9.59%
R=47.03%
G=43.38%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103952100.080.800.6054.1566.1324.31
Hex675F1508503C364218
Octal14713725010120746610230
Binary1100111101111110101010001010000111100110110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675F15; }

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

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

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

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

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

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

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

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