#675D31

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

Shades of Costa Del Sol #675D31

Tints of Costa Del Sol #675D31

Color information

#675D31 (or 0x675D31) is unknown color: approx Costa Del Sol. HEX triplet: 67, 5D and 31. RGB value is (103,93,49). Sum of RGB (Red+Green+Blue) = 103+93+49=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 103 - color contains mainly: red. Hex color #675D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675D31 is #98A2CE. Grayscale: #5B5B5B. Windows color (decimal): -10003151 or 3235175. OLE color: 3235175.

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

Color convert

RGB1039349-
CMYK00.100.520.60
HSL48.89º35.53%29.8%-
HSV(B)48.89º52.43%40.39%-
XYZ10.0610.934.49-
YUV90.97104.31136.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.04%
GREEN value IS 93 (36.72% from 255) = 37.96%
BLUE value IS 49 (19.53% from 255) = 20%
R=42.04%
G=37.96%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103934900.100.520.6048.8935.5329.8
Hex675D310A343C31241e
Octal147135610126474614436
Binary110011110111011100010101011010011110011000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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