#675F50

Color #675F50 Makara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Makara #675F50

Tints of Makara #675F50

Color information

#675F50 (or 0x675F50) is unknown color: approx Makara. HEX triplet: 67, 5F and 50. RGB value is (103,95,80). Sum of RGB (Red+Green+Blue) = 103+95+80=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 103 - color contains mainly: red. Hex color #675F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F50 is #98A0AF. Grayscale: #5F5F5F. Windows color (decimal): -10002608 or 5267303. OLE color: 5267303.

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

Color convert

RGB1039580-
CMYK00.080.220.60
HSL39.13º12.57%35.88%-
HSV(B)39.13º22.33%40.39%-
XYZ11.1311.659.25-
YUV95.68119.15133.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.05%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=37.05%
G=34.17%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103958000.080.220.6039.1312.5735.88
Hex675F5008163C27d24
Octal1471371200102674471544
Binary11001111011111101000001000101101111001001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,95,80); }

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

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

 a { background-color: rgb(103,95,80); }

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

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

 span { border-color: rgb(103,95,80); }

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