#675a1a

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

Shades of Costa Del Sol #675A1A

Tints of Costa Del Sol #675A1A

Color information

#675A1A (or 0x675A1A) is unknown color: approx Costa Del Sol. HEX triplet: 67, 5A and 1A. RGB value is (103,90,26). Sum of RGB (Red+Green+Blue) = 103+90+26=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #675A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675A1A is #98A5E5. Grayscale: #565656. Windows color (decimal): -10003942 or 1727079. OLE color: 1727079.

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

Color convert

RGB1039026-
CMYK00.130.750.60
HSL49.87º59.69%25.29%-
HSV(B)49.87º74.76%40.39%-
XYZ9.4410.272.46-
YUV86.5993.81139.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.03%
GREEN value IS 90 (35.55% from 255) = 41.10%
BLUE value IS 26 (10.55% from 255) = 11.87%
R=47.03%
G=41.10%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103902600.130.750.6049.8759.6925.29
Hex675A1A0D4B3C323c19
Octal1471323201511374627431
Binary110011110110101101001101100101111110011001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675a1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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