#675a19

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

Shades of Costa Del Sol #675A19

Tints of Costa Del Sol #675A19

Color information

#675A19 (or 0x675A19) is unknown color: approx Costa Del Sol. HEX triplet: 67, 5A and 19. RGB value is (103,90,25). Sum of RGB (Red+Green+Blue) = 103+90+25=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #675A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675A19 is #98A5E6. Grayscale: #565656. Windows color (decimal): -10003943 or 1661543. OLE color: 1661543.

HSL color Cylindrical-coordinate representation of color #675A19: hue angle of 50º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #675A19 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB1039025-
CMYK00.130.760.60
HSL50º60.94%25.1%-
HSV(B)50º75.73%40.39%-
XYZ9.4310.272.4-
YUV86.4893.31139.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.25%
GREEN value IS 90 (35.55% from 255) = 41.28%
BLUE value IS 25 (10.16% from 255) = 11.47%
R=47.25%
G=41.28%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103902500.130.760.605060.9425.1
Hex675A190D4C3C323d19
Octal1471323101511474627531
Binary110011110110101100101101100110011110011001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675a19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,90,25); }

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

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

 a { background-color: rgb(103,90,25); }

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

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

 span { border-color: rgb(103,90,25); }

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