#675D4C

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

Shades of Makara #675D4C

Tints of Makara #675D4C

Color information

#675D4C (or 0x675D4C) is unknown color: approx Makara. HEX triplet: 67, 5D and 4C. RGB value is (103,93,76). Sum of RGB (Red+Green+Blue) = 103+93+76=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 103 - color contains mainly: red. Hex color #675D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675D4C is #98A2B3. Grayscale: #5E5E5E. Windows color (decimal): -10003124 or 5004647. OLE color: 5004647.

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

Color convert

RGB1039376-
CMYK00.100.260.60
HSL37.78º15.08%35.1%-
HSV(B)37.78º26.21%40.39%-
XYZ10.8111.238.44-
YUV94.05117.81134.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.87%
GREEN value IS 93 (36.72% from 255) = 34.19%
BLUE value IS 76 (30.08% from 255) = 27.94%
R=37.87%
G=34.19%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103937600.100.260.6037.7815.0835.1
Hex675D4C0A1A3C26f23
Octal1471351140123274461743
Binary11001111011101100110001010110101111001001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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