#675D14

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

Shades of Costa Del Sol #675D14

Tints of Costa Del Sol #675D14

Color information

#675D14 (or 0x675D14) is unknown color: approx Costa Del Sol. HEX triplet: 67, 5D and 14. RGB value is (103,93,20). Sum of RGB (Red+Green+Blue) = 103+93+20=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 103 - color contains mainly: red. Hex color #675D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675D14 is #98A2EB. Grayscale: #575757. Windows color (decimal): -10003180 or 1334631. OLE color: 1334631.

HSL color Cylindrical-coordinate representation of color #675D14: hue angle of 52.77º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #675D14 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB1039320-
CMYK00.100.810.60
HSL52.77º67.48%24.12%-
HSV(B)52.77º80.58%40.39%-
XYZ9.6310.762.23-
YUV87.6789.81138.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.69%
GREEN value IS 93 (36.72% from 255) = 43.06%
BLUE value IS 20 (8.20% from 255) = 9.26%
R=47.69%
G=43.06%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103932000.100.810.6052.7767.4824.12
Hex675D140A513C354318
Octal14713524012121746510330
Binary1100111101110110100010101010001111100110101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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