#675D4B

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

Shades of Makara #675D4B

Tints of Makara #675D4B

Color information

#675D4B (or 0x675D4B) is unknown color: approx Makara. HEX triplet: 67, 5D and 4B. RGB value is (103,93,75). Sum of RGB (Red+Green+Blue) = 103+93+75=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 103 - color contains mainly: red. Hex color #675D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675D4B is #98A2B4. Grayscale: #5E5E5E. Windows color (decimal): -10003125 or 4939111. OLE color: 4939111.

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

Color convert

RGB1039375-
CMYK00.100.270.60
HSL38.57º15.73%34.9%-
HSV(B)38.57º27.18%40.39%-
XYZ10.7811.228.25-
YUV93.94117.31134.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.01%
GREEN value IS 93 (36.72% from 255) = 34.32%
BLUE value IS 75 (29.69% from 255) = 27.68%
R=38.01%
G=34.32%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103937500.100.270.6038.5715.7334.9
Hex675D4B0A1B3C271023
Octal1471351130123374472043
Binary110011110111011001011010101101111110010011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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