#675D05

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

Shades of Costa Del Sol #675D05

Tints of Costa Del Sol #675D05

Color information

#675D05 (or 0x675D05) is unknown color: approx Costa Del Sol. HEX triplet: 67, 5D and 05. RGB value is (103,93,5). Sum of RGB (Red+Green+Blue) = 103+93+5=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #675D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675D05 is #98A2FA. Grayscale: #565656. Windows color (decimal): -10003195 or 351591. OLE color: 351591.

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

Color convert

RGB103935-
CMYK00.100.950.60
HSL53.88º90.74%21.18%-
HSV(B)53.88º95.15%40.39%-
XYZ9.5410.721.71-
YUV85.9682.31140.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.24%
GREEN value IS 93 (36.72% from 255) = 46.27%
BLUE value IS 5 (2.34% from 255) = 2.49%
R=51.24%
G=46.27%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10393500.100.950.6053.8890.7421.18
Hex675D50A5F3C365b15
Octal1471355012137746613325
Binary11001111011101101010101011111111100110110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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