#675d15

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

Shades of Costa Del Sol #675D15

Tints of Costa Del Sol #675D15

Color information

#675D15 (or 0x675D15) is unknown color: approx Costa Del Sol. HEX triplet: 67, 5D and 15. RGB value is (103,93,21). Sum of RGB (Red+Green+Blue) = 103+93+21=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 103 - color contains mainly: red. Hex color #675D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675D15 is #98A2EA. Grayscale: #585858. Windows color (decimal): -10003179 or 1400167. OLE color: 1400167.

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

Color convert

RGB1039321-
CMYK00.100.800.60
HSL52.68º66.13%24.31%-
HSV(B)52.68º79.61%40.39%-
XYZ9.6410.772.28-
YUV87.7890.31138.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.47%
GREEN value IS 93 (36.72% from 255) = 42.86%
BLUE value IS 21 (8.59% from 255) = 9.68%
R=47.47%
G=42.86%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103932100.100.800.6052.6866.1324.31
Hex675D150A503C354218
Octal14713525012120746510230
Binary1100111101110110101010101010000111100110101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675d15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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